#D0493E

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

Shades of Grenadier #D0493E

Tints of Grenadier #D0493E

Color information

#D0493E (or 0xD0493E) is unknown color: approx Grenadier. HEX triplet: D0, 49 and 3E. RGB value is (208,73,62). Sum of RGB (Red+Green+Blue) = 208+73+62=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D0493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0493E is #2FB6C1. Grayscale: #707070. Windows color (decimal): -3126978 or 4082128. OLE color: 4082128.

HSL color Cylindrical-coordinate representation of color #D0493E: hue angle of 4.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0493E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2087362-
CMYK00.650.700.18
HSL4.52º60.83%52.94%-
HSV(B)4.52º70.19%81.57%-
XYZ29.2618.526.59-
YUV112.1199.73196.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.64%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=60.64%
G=21.28%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208736200.650.700.184.5260.8352.94
HexD0493E041461253d35
Octal3201117601011062257565
Binary11010000100100111111001000001100011010010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0493E; }

 p { color: rgb(208,73,62); }

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

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

 a { background-color: rgb(208,73,62); }

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

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

 span { border-color: rgb(208,73,62); }

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