#D33840

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

Shades of Mahogany #D33840

Tints of Mahogany #D33840

Color information

#D33840 (or 0xD33840) is unknown color: approx Mahogany. HEX triplet: D3, 38 and 40. RGB value is (211,56,64). Sum of RGB (Red+Green+Blue) = 211+56+64=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D33840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33840 is #2CC7BF. Grayscale: #676767. Windows color (decimal): -2934720 or 4208851. OLE color: 4208851.

HSL color Cylindrical-coordinate representation of color #D33840: hue angle of 356.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33840 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2115664-
CMYK00.730.700.17
HSL356.9º63.79%52.35%-
HSV(B)356.9º73.46%82.75%-
XYZ29.217.056.6-
YUV103.26105.85204.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.75%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=63.75%
G=16.92%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211566400.730.700.17356.963.7952.35
HexD3384004946111654034
Octal3237010001111062154510064
Binary110100111110001000000010010011000110100011011001011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33840; }

 p { color: rgb(211,56,64); }

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

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

 a { background-color: rgb(211,56,64); }

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

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

 span { border-color: rgb(211,56,64); }

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