#D23842

Color #D23842 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D23842

Tints of Mahogany #D23842

Color information

#D23842 (or 0xD23842) is unknown color: approx Mahogany. HEX triplet: D2, 38 and 42. RGB value is (210,56,66). Sum of RGB (Red+Green+Blue) = 210+56+66=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D23842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23842 is #2DC7BD. Grayscale: #676767. Windows color (decimal): -3000254 or 4339922. OLE color: 4339922.

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

Color convert

RGB2105666-
CMYK00.730.690.18
HSL356.1º63.11%52.16%-
HSV(B)356.1º73.33%82.35%-
XYZ28.9816.926.89-
YUV103.19107.02204.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.25%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=63.25%
G=16.87%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210566600.730.690.18356.163.1152.16
HexD2384204945121643f34
Octal322701020111105225447764
Binary11010010111000100001001001001100010110010101100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23842; }

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

 H1.HeaderClassName
 {
   color: #D23842;
 }
 .AnyTagClassName
 {
   color: #D23842;
 }
</style>
background-color css

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

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

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

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

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

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