#66203D

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

Shades of Pompadour #66203D

Tints of Pompadour #66203D

Color information

#66203D (or 0x66203D) is unknown color: approx Pompadour. HEX triplet: 66, 20 and 3D. RGB value is (102,32,61). Sum of RGB (Red+Green+Blue) = 102+32+61=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66203D is #99DFC2. Grayscale: #383838. Windows color (decimal): -10084291 or 4005990. OLE color: 4005990.

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

Color convert

RGB1023261-
CMYK00.690.400.6
HSL335.14º52.24%26.27%-
HSV(B)335.14º68.63%40%-
XYZ6.844.194.86-
YUV56.24130.69160.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=52.31%
G=16.41%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102326100.690.400.6335.1452.2426.27
Hex66203D045283C14f341a
Octal1464075010550745176432
Binary11001101000001111010100010110100011110010100111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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