#64272C

Color #64272C Red Devil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Devil #64272C

Tints of Red Devil #64272C

Color information

#64272C (or 0x64272C) is unknown color: approx Red Devil. HEX triplet: 64, 27 and 2C. RGB value is (100,39,44). Sum of RGB (Red+Green+Blue) = 100+39+44=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64272C is #9BD8D3. Grayscale: #393939. Windows color (decimal): -10213588 or 2893668. OLE color: 2893668.

HSL color Cylindrical-coordinate representation of color #64272C: hue angle of 355.08º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64272C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1003944-
CMYK00.610.560.61
HSL355.08º43.88%27.25%-
HSV(B)355.08º61%39.22%-
XYZ6.444.342.88-
YUV57.81120.21158.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=54.64%
G=21.31%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100394400.610.560.61355.0843.8827.25
Hex64272C03D383D1632c1b
Octal144475407570755435433
Binary1100100100111101100011110111100011110110110001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64272C; }

 p { color: rgb(100,39,44); }

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

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

 a { background-color: rgb(100,39,44); }

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

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

 span { border-color: rgb(100,39,44); }

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