#D33841

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

Shades of Mahogany #D33841

Tints of Mahogany #D33841

Color information

#D33841 (or 0xD33841) is unknown color: approx Mahogany. HEX triplet: D3, 38 and 41. RGB value is (211,56,65). Sum of RGB (Red+Green+Blue) = 211+56+65=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D33841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33841 is #2CC7BE. Grayscale: #676767. Windows color (decimal): -2934719 or 4274387. OLE color: 4274387.

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

Color convert

RGB2115665-
CMYK00.730.690.17
HSL356.52º63.79%52.35%-
HSV(B)356.52º73.46%82.75%-
XYZ29.2317.066.75-
YUV103.37106.35204.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.55%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=63.55%
G=16.87%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211566500.730.690.17356.5263.7952.35
HexD3384104945111654034
Octal3237010101111052154510064
Binary110100111110001000001010010011000101100011011001011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33841; }

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

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

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

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

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

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

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

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