#64272A

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

Shades of Red Devil #64272A

Tints of Red Devil #64272A

Color information

#64272A (or 0x64272A) is unknown color: approx Red Devil. HEX triplet: 64, 27 and 2A. RGB value is (100,39,42). Sum of RGB (Red+Green+Blue) = 100+39+42=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64272A is #9BD8D5. Grayscale: #393939. Windows color (decimal): -10213590 or 2762596. OLE color: 2762596.

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

Color convert

RGB1003942-
CMYK00.610.580.61
HSL357.05º43.88%27.25%-
HSV(B)357.05º61%39.22%-
XYZ6.44.332.69-
YUV57.58119.21158.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.25%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=55.25%
G=21.55%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100394200.610.580.61357.0543.8827.25
Hex64272A03D3A3D1652c1b
Octal144475207572755455433
Binary1100100100111101010011110111101011110110110010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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