#C84B3F

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

Shades of Grenadier #C84B3F

Tints of Grenadier #C84B3F

Color information

#C84B3F (or 0xC84B3F) is unknown color: approx Grenadier. HEX triplet: C8, 4B and 3F. RGB value is (200,75,63). Sum of RGB (Red+Green+Blue) = 200+75+63=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B3F is #37B4C0. Grayscale: #6F6F6F. Windows color (decimal): -3650753 or 4148168. OLE color: 4148168.

HSL color Cylindrical-coordinate representation of color #C84B3F: hue angle of 5.26º 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 #C84B3F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2007563-
CMYK00.620.680.22
HSL5.26º55.47%51.57%-
HSV(B)5.26º68.5%78.43%-
XYZ27.2317.676.68-
YUV111.01100.91191.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 63 (25% from 255) = 18.64%
R=59.17%
G=22.19%
B=18.64%

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
Decimal200756300.620.680.225.2655.4751.57
HexC84B3F03E441653734
Octal310113770761042656764
Binary1100100010010111111110111110100010010110101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B3F; }

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

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

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

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

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

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

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

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