#d13338

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

Shades of Mahogany #D13338

Tints of Mahogany #D13338

Color information

#D13338 (or 0xD13338) is unknown color: approx Mahogany. HEX triplet: D1, 33 and 38. RGB value is (209,51,56). Sum of RGB (Red+Green+Blue) = 209+51+56=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13338 is #2ECCC7. Grayscale: #626262. Windows color (decimal): -3067080 or 3683281. OLE color: 3683281.

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

Color convert

RGB2095156-
CMYK00.760.730.18
HSL358.1º63.2%50.98%-
HSV(B)358.1º75.6%81.96%-
XYZ28.1916.215.38-
YUV98.81103.85206.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=66.14%
G=16.14%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209515600.760.730.18358.163.250.98
HexD1333804C49121663f33
Octal32163700114111225467763
Binary1101000111001111100001001100100100110010101100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13338; }

 p { color: rgb(209,51,56); }

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

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

 a { background-color: rgb(209,51,56); }

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

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

 span { border-color: rgb(209,51,56); }

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