#662E2F

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

Shades of Red Devil #662E2F

Tints of Red Devil #662E2F

Color information

#662E2F (or 0x662E2F) is unknown color: approx Red Devil. HEX triplet: 66, 2E and 2F. RGB value is (102,46,47). Sum of RGB (Red+Green+Blue) = 102+46+47=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #662E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E2F is #99D1D0. Grayscale: #3E3E3E. Windows color (decimal): -10080721 or 3092070. OLE color: 3092070.

HSL color Cylindrical-coordinate representation of color #662E2F: hue angle of 358.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E2F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1024647-
CMYK00.550.540.6
HSL358.93º37.84%29.02%-
HSV(B)358.93º54.9%40%-
XYZ6.974.983.28-
YUV62.86119.05155.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=52.31%
G=23.59%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102464700.550.540.6358.9337.8429.02
Hex662E2F037363C167261d
Octal146565706766745474635
Binary1100110101110101111011011111011011110010110011110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E2F; }

 p { color: rgb(102,46,47); }

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

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

 a { background-color: rgb(102,46,47); }

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

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

 span { border-color: rgb(102,46,47); }

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