#66133C

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

Shades of Pompadour #66133C

Tints of Pompadour #66133C

Color information

#66133C (or 0x66133C) is unknown color: approx Pompadour. HEX triplet: 66, 13 and 3C. RGB value is (102,19,60). Sum of RGB (Red+Green+Blue) = 102+19+60=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66133C is #99ECC3. Grayscale: #303030. Windows color (decimal): -10087620 or 3937126. OLE color: 3937126.

HSL color Cylindrical-coordinate representation of color #66133C: hue angle of 330.36º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66133C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1021960-
CMYK00.810.410.6
HSL330.36º68.6%23.73%-
HSV(B)330.36º81.37%40%-
XYZ6.533.624.63-
YUV48.49134.5166.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=56.35%
G=10.50%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102196000.810.410.6330.3668.623.73
Hex66133C051293C14a4518
Octal14623740121517451210530
Binary11001101001111110001010001101001111100101001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66133C; }

 p { color: rgb(102,19,60); }

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

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

 a { background-color: rgb(102,19,60); }

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

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

 span { border-color: rgb(102,19,60); }

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