Html Css Color HEX #D73742 Mahogany

📋 copy color: '#D73742'

red 215 ◦ green 55 ◦ blue 66

#D73742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #D73742

Tints of Mahogany #D73742

RGB

 RED value IS 215 (84.38% from 255) = 63.99%

 GREEN value IS 55 (21.88% from 255) = 16.37%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 63.99%
G = 16.37%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D73742 (or 0xD73742) is known color: Mahogany. HEX triplet: D7, 37 and 42. RGB value is (215,55,66). Sum of RGB (Red+Green+Blue) = 215+55+66=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D73742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73742 is #28C8BD. Grayscale: #686868. Windows color (decimal): -2672830 or 4339671. OLE color: 4339671.

HSL color Cylindrical-coordinate representation of color #D73742: hue angle of 355.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73742 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 66 -
CMYK 0 0.74 0.69 0.16
HSL 355.88º 0.67% 0.53% -
HSV(B) 355.88º 0.74% 0.84% -
XYZ 30.37 17.57 6.95 -
YUV 104.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 215 55 66 0 0.74 0.69 0.16 355.88 0.67 0.53
Hex D7 37 42 0 4A 45 10 164 43 35
Octal 327 67 102 0 112 105 20 544 103 65
Binary 11010111 110111 1000010 0 1001010 1000101 10000 101100100 1000011 110101

Color Harmonies of #D73742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73742

Black with #D73742

Text Example


Text Example

White with #D73742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73742; }

 p { color: rgb(215,55,66); }

 H1.HeaderClassName
 {
   color: #D73742;
 }
 .AnyTagClassName
 {
   color: #D73742;
 }
</style>

background-color css

<style>
 a { background-color: #D73742; }

 a { background-color: rgb(215,55,66); }

 div.DivClassName
 {
   background-color: #D73742;
 }
 .BgClassName
 {
   background-color: #D73742;
 }
</style>

border-color css

<style>
 span { border-color: #D73742; }

 span { border-color: rgb(215,55,66); }

 td.TdClassName
 {
   border-color: #D73742;
 }
 .TagClassName
 {
   border-color: #D73742;
 }
</style>