#66272A

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

Shades of Red Devil #66272A

Tints of Red Devil #66272A

Color information

#66272A (or 0x66272A) is unknown color: approx Red Devil. HEX triplet: 66, 27 and 2A. RGB value is (102,39,42). Sum of RGB (Red+Green+Blue) = 102+39+42=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66272A is #99D8D5. Grayscale: #3A3A3A. Windows color (decimal): -10082518 or 2762598. OLE color: 2762598.

HSL color Cylindrical-coordinate representation of color #66272A: hue angle of 357.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66272A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1023942-
CMYK00.620.590.6
HSL357.14º44.68%27.65%-
HSV(B)357.14º61.76%40%-
XYZ6.624.442.7-
YUV58.18118.87159.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=55.74%
G=21.31%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102394200.620.590.6357.1444.6827.65
Hex66272A03E3B3C1652d1c
Octal146475207673745455534
Binary1100110100111101010011111011101111110010110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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