#C84434

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

Shades of Grenadier #C84434

Tints of Grenadier #C84434

Color information

#C84434 (or 0xC84434) is unknown color: approx Grenadier. HEX triplet: C8, 44 and 34. RGB value is (200,68,52). Sum of RGB (Red+Green+Blue) = 200+68+52=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C84434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84434 is #37BBCB. Grayscale: #696969. Windows color (decimal): -3652556 or 3425480. OLE color: 3425480.

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

Color convert

RGB2006852-
CMYK00.660.740.22
HSL6.49º58.73%49.41%-
HSV(B)6.49º74%78.43%-
XYZ26.5116.665.07-
YUV105.6497.73195.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=62.5%
G=21.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200685200.660.740.226.4958.7349.41
HexC844340424A1663b31
Octal3101046401021122667361
Binary11001000100010011010001000010100101010110110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84434; }

 p { color: rgb(200,68,52); }

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

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

 a { background-color: rgb(200,68,52); }

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

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

 span { border-color: rgb(200,68,52); }

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