#662529

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

Shades of Red Devil #662529

Tints of Red Devil #662529

Color information

#662529 (or 0x662529) is unknown color: approx Red Devil. HEX triplet: 66, 25 and 29. RGB value is (102,37,41). Sum of RGB (Red+Green+Blue) = 102+37+41=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662529 is #99DAD6. Grayscale: #383838. Windows color (decimal): -10083031 or 2696550. OLE color: 2696550.

HSL color Cylindrical-coordinate representation of color #662529: hue angle of 356.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662529 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1023741-
CMYK00.640.600.6
HSL356.31º46.76%27.25%-
HSV(B)356.31º63.73%40%-
XYZ6.544.312.58-
YUV56.89119.03160.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=56.67%
G=20.56%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102374100.640.600.6356.3146.7627.25
Hex6625290403C3C1642f1b
Octal1464551010074745445733
Binary11001101001011010010100000011110011110010110010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662529; }

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

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

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

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

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

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

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

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