#C84835

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

Shades of Grenadier #C84835

Tints of Grenadier #C84835

Color information

#C84835 (or 0xC84835) is unknown color: approx Grenadier. HEX triplet: C8, 48 and 35. RGB value is (200,72,53). Sum of RGB (Red+Green+Blue) = 200+72+53=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C84835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84835 is #37B7CA. Grayscale: #6C6C6C. Windows color (decimal): -3651531 or 3492040. OLE color: 3492040.

HSL color Cylindrical-coordinate representation of color #C84835: hue angle of 7.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84835 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2007253-
CMYK00.640.740.22
HSL7.76º58.1%49.61%-
HSV(B)7.76º73.5%78.43%-
XYZ26.7817.175.27-
YUV108.1196.91193.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=61.54%
G=22.15%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200725300.640.740.227.7658.149.61
HexC848350404A1683a32
Octal31011065010011226107262
Binary110010001001000110101010000001001010101101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84835; }

 p { color: rgb(200,72,53); }

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

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

 a { background-color: rgb(200,72,53); }

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

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

 span { border-color: rgb(200,72,53); }

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