#663132

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

Shades of Red Devil #663132

Tints of Red Devil #663132

Color information

#663132 (or 0x663132) is unknown color: approx Red Devil. HEX triplet: 66, 31 and 32. RGB value is (102,49,50). Sum of RGB (Red+Green+Blue) = 102+49+50=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #663132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663132 is #99CECD. Grayscale: #414141. Windows color (decimal): -10079950 or 3289446. OLE color: 3289446.

HSL color Cylindrical-coordinate representation of color #663132: hue angle of 358.87º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663132 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1024950-
CMYK00.520.510.6
HSL358.87º35.1%29.61%-
HSV(B)358.87º51.96%40%-
XYZ7.155.253.65-
YUV64.96119.56154.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=50.75%
G=24.38%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102495000.520.510.6358.8735.129.61
Hex663132034333C167231e
Octal146616206463745474336
Binary1100110110001110010011010011001111110010110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663132; }

 p { color: rgb(102,49,50); }

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

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

 a { background-color: rgb(102,49,50); }

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

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

 span { border-color: rgb(102,49,50); }

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