#C34639

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

Shades of Grenadier #C34639

Tints of Grenadier #C34639

Color information

#C34639 (or 0xC34639) is unknown color: approx Grenadier. HEX triplet: C3, 46 and 39. RGB value is (195,70,57). Sum of RGB (Red+Green+Blue) = 195+70+57=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C34639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34639 is #3CB9C6. Grayscale: #6A6A6A. Windows color (decimal): -3979719 or 3753667. OLE color: 3753667.

HSL color Cylindrical-coordinate representation of color #C34639: hue angle of 5.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34639 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1957057-
CMYK00.640.710.24
HSL5.65º54.76%49.41%-
HSV(B)5.65º70.77%76.47%-
XYZ25.4316.285.67-
YUV105.89100.41191.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.56%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=60.56%
G=21.74%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195705700.640.710.245.6554.7649.41
HexC34639040471863731
Octal3031067101001073066761
Binary11000011100011011100101000000100011111000110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34639; }

 p { color: rgb(195,70,57); }

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

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

 a { background-color: rgb(195,70,57); }

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

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

 span { border-color: rgb(195,70,57); }

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