#CD4537

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

Shades of Grenadier #CD4537

Tints of Grenadier #CD4537

Color information

#CD4537 (or 0xCD4537) is unknown color: approx Grenadier. HEX triplet: CD, 45 and 37. RGB value is (205,69,55). Sum of RGB (Red+Green+Blue) = 205+69+55=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4537 is #32BAC8. Grayscale: #6C6C6C. Windows color (decimal): -3324617 or 3622349. OLE color: 3622349.

HSL color Cylindrical-coordinate representation of color #CD4537: hue angle of 5.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD4537 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2056955-
CMYK00.660.730.20
HSL5.6º60%50.98%-
HSV(B)5.6º73.17%80.39%-
XYZ27.9917.515.52-
YUV108.0798.06197.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 62.31%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=62.31%
G=20.97%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205695500.660.730.205.66050.98
HexCD4537042491463c33
Octal3151056701021112467463
Binary11001101100010111011101000010100100110100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4537; }

 p { color: rgb(205,69,55); }

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

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

 a { background-color: rgb(205,69,55); }

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

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

 span { border-color: rgb(205,69,55); }

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