Html Css Color HEX #D04041 Mahogany

📋 copy color: '#D04041'

red 208 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #D04041

Tints of Mahogany #D04041

RGB

 RED value IS 208 (81.64% from 255) = 61.72%

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 61.72%
G = 18.99%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04041 (or 0xD04041) is known color: Mahogany. HEX triplet: D0, 40 and 41. RGB value is (208,64,65). Sum of RGB (Red+Green+Blue) = 208+64+65=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D04041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04041 is #2FBFBE. Grayscale: #6B6B6B. Windows color (decimal): -3129279 or 4276432. OLE color: 4276432.

HSL color Cylindrical-coordinate representation of color #D04041: hue angle of 359.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04041 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 65 -
CMYK 0 0.69 0.69 0.18
HSL 359.58º 0.61% 0.53% -
HSV(B) 359.58º 0.69% 0.82% -
XYZ 28.8 17.46 6.85 -
YUV 107.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 208 64 65 0 0.69 0.69 0.18 359.58 0.61 0.53
Hex D0 40 41 0 45 45 12 168 3D 35
Octal 320 100 101 0 105 105 22 550 75 65
Binary 11010000 1000000 1000001 0 1000101 1000101 10010 101101000 111101 110101

Color Harmonies of #D04041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04041

Black with #D04041

Text Example


Text Example

White with #D04041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04041; }

 p { color: rgb(208,64,65); }

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

background-color css

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

 a { background-color: rgb(208,64,65); }

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

border-color css

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

 span { border-color: rgb(208,64,65); }

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