#CB4737

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

Shades of Grenadier #CB4737

Tints of Grenadier #CB4737

Color information

#CB4737 (or 0xCB4737) is unknown color: approx Grenadier. HEX triplet: CB, 47 and 37. RGB value is (203,71,55). Sum of RGB (Red+Green+Blue) = 203+71+55=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4737 is #34B8C8. Grayscale: #6C6C6C. Windows color (decimal): -3455177 or 3622859. OLE color: 3622859.

HSL color Cylindrical-coordinate representation of color #CB4737: hue angle of 6.49º degrees, saturation: 0.59, 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 #CB4737 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2037155-
CMYK00.650.730.20
HSL6.49º58.73%50.59%-
HSV(B)6.49º72.91%79.61%-
XYZ27.5717.485.54-
YUV108.6497.73195.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.70%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=61.70%
G=21.58%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203715500.650.730.206.4958.7350.59
HexCB4737041491463b33
Octal3131076701011112467363
Binary11001011100011111011101000001100100110100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4737; }

 p { color: rgb(203,71,55); }

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

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

 a { background-color: rgb(203,71,55); }

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

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

 span { border-color: rgb(203,71,55); }

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