#C64231

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

Shades of Grenadier #C64231

Tints of Grenadier #C64231

Color information

#C64231 (or 0xC64231) is unknown color: approx Grenadier. HEX triplet: C6, 42 and 31. RGB value is (198,66,49). Sum of RGB (Red+Green+Blue) = 198+66+49=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C64231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64231 is #39BDCE. Grayscale: #676767. Windows color (decimal): -3784143 or 3228358. OLE color: 3228358.

HSL color Cylindrical-coordinate representation of color #C64231: hue angle of 6.85º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64231 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1986649-
CMYK00.670.750.22
HSL6.85º60.32%48.43%-
HSV(B)6.85º75.25%77.65%-
XYZ25.7916.124.66-
YUV103.5397.23195.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=63.26%
G=21.09%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198664900.670.750.226.8560.3248.43
HexC642310434B1673c30
Octal3061026101031132677460
Binary11000110100001011000101000011100101110110111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64231; }

 p { color: rgb(198,66,49); }

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

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

 a { background-color: rgb(198,66,49); }

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

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

 span { border-color: rgb(198,66,49); }

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