Html Css Color HEX #D73642 Mahogany

📋 copy color: '#D73642'

red 215 ◦ green 54 ◦ blue 66

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

Shades of Mahogany #D73642

Tints of Mahogany #D73642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 64.18%
G = 16.12%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D73642 (or 0xD73642) is known color: Mahogany. HEX triplet: D7, 36 and 42. RGB value is (215,54,66). Sum of RGB (Red+Green+Blue) = 215+54+66=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D73642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73642 is #28C9BD. Grayscale: #676767. Windows color (decimal): -2673086 or 4339415. OLE color: 4339415.

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

Color convert

RGB 215 54 66 -
CMYK 0 0.75 0.69 0.16
HSL 355.53º 0.67% 0.53% -
HSV(B) 355.53º 0.75% 0.84% -
XYZ 30.33 17.48 6.93 -
YUV 103.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 215 54 66 0 0.75 0.69 0.16 355.53 0.67 0.53
Hex D7 36 42 0 4B 45 10 164 43 35
Octal 327 66 102 0 113 105 20 544 103 65
Binary 11010111 110110 1000010 0 1001011 1000101 10000 101100100 1000011 110101

Color Harmonies of #D73642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73642

Black with #D73642

Text Example


Text Example

White with #D73642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73642; }

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

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

background-color css

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

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

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

border-color css

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

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

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