Html Css Color HEX #D04045 Mahogany

📋 copy color: '#D04045'

red 208 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #D04045

Tints of Mahogany #D04045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 61%
G = 18.77%
B = 20.23%

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

#D04045 (or 0xD04045) is known color: Mahogany. HEX triplet: D0, 40 and 45. RGB value is (208,64,69). Sum of RGB (Red+Green+Blue) = 208+64+69=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D04045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04045 is #2FBFBA. Grayscale: #6B6B6B. Windows color (decimal): -3129275 or 4538576. OLE color: 4538576.

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

Color convert

RGB 208 64 69 -
CMYK 0 0.69 0.67 0.18
HSL 357.92º 0.61% 0.53% -
HSV(B) 357.92º 0.69% 0.82% -
XYZ 28.92 17.51 7.49 -
YUV 107.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 208 64 69 0 0.69 0.67 0.18 357.92 0.61 0.53
Hex D0 40 45 0 45 43 12 166 3D 35
Octal 320 100 105 0 105 103 22 546 75 65
Binary 11010000 1000000 1000101 0 1000101 1000011 10010 101100110 111101 110101

Color Harmonies of #D04045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04045

Black with #D04045

Text Example


Text Example

White with #D04045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04045; }

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

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

background-color css

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

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

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

border-color css

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

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

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