Html Css Color HEX #D04346 Mahogany

📋 copy color: '#D04346'

red 208 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #D04346

Tints of Mahogany #D04346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 60.29%
G = 19.42%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04346 (or 0xD04346) is known color: Mahogany. HEX triplet: D0, 43 and 46. RGB value is (208,67,70). Sum of RGB (Red+Green+Blue) = 208+67+70=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D04346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04346 is #2FBCB9. Grayscale: #6D6D6D. Windows color (decimal): -3128506 or 4604880. OLE color: 4604880.

HSL color Cylindrical-coordinate representation of color #D04346: hue angle of 358.72º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04346 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 70 -
CMYK 0 0.68 0.66 0.18
HSL 358.72º 0.6% 0.54% -
HSV(B) 358.72º 0.68% 0.82% -
XYZ 29.13 17.87 7.71 -
YUV 109.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 208 67 70 0 0.68 0.66 0.18 358.72 0.6 0.54
Hex D0 43 46 0 44 42 12 167 3C 36
Octal 320 103 106 0 104 102 22 547 74 66
Binary 11010000 1000011 1000110 0 1000100 1000010 10010 101100111 111100 110110

Color Harmonies of #D04346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04346

Black with #D04346

Text Example


Text Example

White with #D04346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04346; }

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

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

background-color css

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

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

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

border-color css

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

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

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