Html Css Color HEX #D04043 Mahogany

📋 copy color: '#D04043'

red 208 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #D04043

Tints of Mahogany #D04043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 61.36%
G = 18.88%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04043 (or 0xD04043) is known color: Mahogany. HEX triplet: D0, 40 and 43. RGB value is (208,64,67). Sum of RGB (Red+Green+Blue) = 208+64+67=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D04043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04043 is #2FBFBC. Grayscale: #6B6B6B. Windows color (decimal): -3129277 or 4407504. OLE color: 4407504.

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

Color convert

RGB 208 64 67 -
CMYK 0 0.69 0.68 0.18
HSL 358.75º 0.61% 0.53% -
HSV(B) 358.75º 0.69% 0.82% -
XYZ 28.86 17.48 7.16 -
YUV 107.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 208 64 67 0 0.69 0.68 0.18 358.75 0.61 0.53
Hex D0 40 43 0 45 44 12 167 3D 35
Octal 320 100 103 0 105 104 22 547 75 65
Binary 11010000 1000000 1000011 0 1000101 1000100 10010 101100111 111101 110101

Color Harmonies of #D04043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04043

Black with #D04043

Text Example


Text Example

White with #D04043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04043; }

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

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

background-color css

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

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

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

border-color css

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

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

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