#663031

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

Shades of Red Devil #663031

Tints of Red Devil #663031

Color information

#663031 (or 0x663031) is unknown color: approx Red Devil. HEX triplet: 66, 30 and 31. RGB value is (102,48,49). Sum of RGB (Red+Green+Blue) = 102+48+49=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663031 is #99CFCE. Grayscale: #404040. Windows color (decimal): -10080207 or 3223654. OLE color: 3223654.

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

Color convert

RGB1024849-
CMYK00.530.520.6
HSL358.89º36%29.41%-
HSV(B)358.89º52.94%40%-
XYZ7.095.163.53-
YUV64.26119.39154.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=51.26%
G=24.12%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102484900.530.520.6358.893629.41
Hex663031035343C167241d
Octal146606106564745474435
Binary1100110110000110001011010111010011110010110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663031; }

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

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

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

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

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

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

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

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