#662729

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

Shades of Red Devil #662729

Tints of Red Devil #662729

Color information

#662729 (or 0x662729) is unknown color: approx Red Devil. HEX triplet: 66, 27 and 29. RGB value is (102,39,41). Sum of RGB (Red+Green+Blue) = 102+39+41=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662729 is #99D8D6. Grayscale: #3A3A3A. Windows color (decimal): -10082519 or 2697062. OLE color: 2697062.

HSL color Cylindrical-coordinate representation of color #662729: hue angle of 358.1º 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 #662729 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1023941-
CMYK00.620.600.6
HSL358.1º44.68%27.65%-
HSV(B)358.1º61.76%40%-
XYZ6.614.442.61-
YUV58.06118.37159.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=56.04%
G=21.43%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102394100.620.600.6358.144.6827.65
Hex66272903E3C3C1662d1c
Octal146475107674745465534
Binary1100110100111101001011111011110011110010110011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662729; }

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

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

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

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

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

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

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

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