Html Css Color HEX #D04044 Mahogany

📋 copy color: '#D04044'

red 208 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #D04044

Tints of Mahogany #D04044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 61.18%
G = 18.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04044 (or 0xD04044) is known color: Mahogany. HEX triplet: D0, 40 and 44. RGB value is (208,64,68). Sum of RGB (Red+Green+Blue) = 208+64+68=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D04044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04044 is #2FBFBB. Grayscale: #6B6B6B. Windows color (decimal): -3129276 or 4473040. OLE color: 4473040.

HSL color Cylindrical-coordinate representation of color #D04044: hue angle of 358.33º 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 #D04044 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 68 -
CMYK 0 0.69 0.67 0.18
HSL 358.33º 0.61% 0.53% -
HSV(B) 358.33º 0.69% 0.82% -
XYZ 28.89 17.49 7.32 -
YUV 107.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 208 64 68 0 0.69 0.67 0.18 358.33 0.61 0.53
Hex D0 40 44 0 45 43 12 166 3D 35
Octal 320 100 104 0 105 103 22 546 75 65
Binary 11010000 1000000 1000100 0 1000101 1000011 10010 101100110 111101 110101

Color Harmonies of #D04044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04044

Black with #D04044

Text Example


Text Example

White with #D04044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04044; }

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

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

background-color css

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

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

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

border-color css

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

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

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