#d83a3b

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

Shades of Mahogany #D83A3B

Tints of Mahogany #D83A3B

Color information

#D83A3B (or 0xD83A3B) is unknown color: approx Mahogany. HEX triplet: D8, 3A and 3B. RGB value is (216,58,59). Sum of RGB (Red+Green+Blue) = 216+58+59=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A3B is #27C5C4. Grayscale: #696969. Windows color (decimal): -2606533 or 3881688. OLE color: 3881688.

HSL color Cylindrical-coordinate representation of color #D83A3B: hue angle of 359.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83A3B is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB2165859-
CMYK00.730.730.15
HSL359.62º66.95%53.73%-
HSV(B)359.62º73.15%84.71%-
XYZ30.6217.945.99-
YUV105.36101.85206.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.86%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=64.86%
G=17.42%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216585900.730.730.15359.6266.9553.73
HexD83A3B04949F1684336
Octal330727301111111755010366
Binary1101100011101011101101001001100100111111011010001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d83a3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d83a3b; }

 p { color: rgb(216,58,59); }

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

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

 a { background-color: rgb(216,58,59); }

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

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

 span { border-color: rgb(216,58,59); }

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