#66292A

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

Shades of Red Devil #66292A

Tints of Red Devil #66292A

Color information

#66292A (or 0x66292A) is unknown color: approx Red Devil. HEX triplet: 66, 29 and 2A. RGB value is (102,41,42). Sum of RGB (Red+Green+Blue) = 102+41+42=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66292A is #99D6D5. Grayscale: #3B3B3B. Windows color (decimal): -10082006 or 2763110. OLE color: 2763110.

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

Color convert

RGB1024142-
CMYK00.600.590.6
HSL359.02º42.66%28.04%-
HSV(B)359.02º59.8%40%-
XYZ6.694.582.72-
YUV59.35118.21158.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=55.14%
G=22.16%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102414200.600.590.6359.0242.6628.04
Hex66292A03C3B3C1672b1c
Octal146515207473745475334
Binary1100110101001101010011110011101111110010110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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