#C84D3D

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

Shades of Grenadier #C84D3D

Tints of Grenadier #C84D3D

Color information

#C84D3D (or 0xC84D3D) is unknown color: approx Grenadier. HEX triplet: C8, 4D and 3D. RGB value is (200,77,61). Sum of RGB (Red+Green+Blue) = 200+77+61=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84D3D is #37B2C2. Grayscale: #707070. Windows color (decimal): -3650243 or 4017608. OLE color: 4017608.

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

Color convert

RGB2007761-
CMYK00.620.690.22
HSL6.91º55.82%51.18%-
HSV(B)6.91º69.5%78.43%-
XYZ27.3217.926.43-
YUV111.9599.25190.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=59.17%
G=22.78%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200776100.620.690.226.9155.8251.18
HexC84D3D03E451673833
Octal310115750761052677063
Binary1100100010011011111010111110100010110110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D3D; }

 p { color: rgb(200,77,61); }

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

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

 a { background-color: rgb(200,77,61); }

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

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

 span { border-color: rgb(200,77,61); }

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