#66213D

Color #66213D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #66213D

Tints of Pompadour #66213D

Color information

#66213D (or 0x66213D) is unknown color: approx Pompadour. HEX triplet: 66, 21 and 3D. RGB value is (102,33,61). Sum of RGB (Red+Green+Blue) = 102+33+61=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213D is #99DEC2. Grayscale: #383838. Windows color (decimal): -10084035 or 4006246. OLE color: 4006246.

HSL color Cylindrical-coordinate representation of color #66213D: hue angle of 335.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66213D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1023361-
CMYK00.680.400.6
HSL335.65º51.11%26.47%-
HSV(B)335.65º67.65%40%-
XYZ6.874.254.87-
YUV56.82130.36160.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=52.04%
G=16.84%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102336100.680.400.6335.6551.1126.47
Hex66213D044283C150331a
Octal1464175010450745206332
Binary11001101000011111010100010010100011110010101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66213D; }

 p { color: rgb(102,33,61); }

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

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

 a { background-color: rgb(102,33,61); }

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

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

 span { border-color: rgb(102,33,61); }

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