#CD473D

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

Shades of Grenadier #CD473D

Tints of Grenadier #CD473D

Color information

#CD473D (or 0xCD473D) is unknown color: approx Grenadier. HEX triplet: CD, 47 and 3D. RGB value is (205,71,61). Sum of RGB (Red+Green+Blue) = 205+71+61=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD473D is #32B8C2. Grayscale: #6E6E6E. Windows color (decimal): -3324099 or 4016077. OLE color: 4016077.

HSL color Cylindrical-coordinate representation of color #CD473D: hue angle of 4.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD473D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2057161-
CMYK00.650.700.20
HSL4.17º59.02%52.16%-
HSV(B)4.17º70.24%80.39%-
XYZ28.2717.826.36-
YUV109.93100.39195.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.83%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=60.83%
G=21.07%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205716100.650.700.204.1759.0252.16
HexCD473D041461443b34
Octal3151077501011062447364
Binary11001101100011111110101000001100011010100100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD473D; }

 p { color: rgb(205,71,61); }

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

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

 a { background-color: rgb(205,71,61); }

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

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

 span { border-color: rgb(205,71,61); }

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