#C84C3F

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

Shades of Grenadier #C84C3F

Tints of Grenadier #C84C3F

Color information

#C84C3F (or 0xC84C3F) is unknown color: approx Grenadier. HEX triplet: C8, 4C and 3F. RGB value is (200,76,63). Sum of RGB (Red+Green+Blue) = 200+76+63=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C3F is #37B3C0. Grayscale: #6F6F6F. Windows color (decimal): -3650497 or 4148424. OLE color: 4148424.

HSL color Cylindrical-coordinate representation of color #C84C3F: hue angle of 5.69º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84C3F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2007663-
CMYK00.620.680.22
HSL5.69º55.47%51.57%-
HSV(B)5.69º68.5%78.43%-
XYZ27.317.816.7-
YUV111.59100.58191.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.00%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 63 (25% from 255) = 18.58%
R=59.00%
G=22.42%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200766300.620.680.225.6955.4751.57
HexC84C3F03E441663734
Octal310114770761042666764
Binary1100100010011001111110111110100010010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84C3F; }

 p { color: rgb(200,76,63); }

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

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

 a { background-color: rgb(200,76,63); }

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

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

 span { border-color: rgb(200,76,63); }

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