#64272B

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

Shades of Red Devil #64272B

Tints of Red Devil #64272B

Color information

#64272B (or 0x64272B) is unknown color: approx Red Devil. HEX triplet: 64, 27 and 2B. RGB value is (100,39,43). Sum of RGB (Red+Green+Blue) = 100+39+43=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64272B is #9BD8D4. Grayscale: #393939. Windows color (decimal): -10213589 or 2828132. OLE color: 2828132.

HSL color Cylindrical-coordinate representation of color #64272B: hue angle of 356.07º 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 #64272B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB1003943-
CMYK00.610.570.61
HSL356.07º43.88%27.25%-
HSV(B)356.07º61%39.22%-
XYZ6.424.332.78-
YUV57.69119.71158.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=54.95%
G=21.43%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100394300.610.570.61356.0743.8827.25
Hex64272B03D393D1642c1b
Octal144475307571755445433
Binary1100100100111101011011110111100111110110110010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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