Html Css Color HEX #D03842 Mahogany

📋 copy color: '#D03842'

red 208 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #D03842

Tints of Mahogany #D03842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 63.03%
G = 16.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D03842 (or 0xD03842) is known color: Mahogany. HEX triplet: D0, 38 and 42. RGB value is (208,56,66). Sum of RGB (Red+Green+Blue) = 208+56+66=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D03842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03842 is #2FC7BD. Grayscale: #666666. Windows color (decimal): -3131326 or 4339920. OLE color: 4339920.

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

Color convert

RGB 208 56 66 -
CMYK 0 0.73 0.68 0.18
HSL 356.05º 0.62% 0.52% -
HSV(B) 356.05º 0.73% 0.82% -
XYZ 28.41 16.63 6.87 -
YUV 102.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 208 56 66 0 0.73 0.68 0.18 356.05 0.62 0.52
Hex D0 38 42 0 49 44 12 164 3E 34
Octal 320 70 102 0 111 104 22 544 76 64
Binary 11010000 111000 1000010 0 1001001 1000100 10010 101100100 111110 110100

Color Harmonies of #D03842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03842

Black with #D03842

Text Example


Text Example

White with #D03842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03842; }

 p { color: rgb(208,56,66); }

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

background-color css

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

 a { background-color: rgb(208,56,66); }

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

border-color css

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

 span { border-color: rgb(208,56,66); }

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