#66123B

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

Shades of Pompadour #66123B

Tints of Pompadour #66123B

Color information

#66123B (or 0x66123B) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 3B. RGB value is (102,18,59). Sum of RGB (Red+Green+Blue) = 102+18+59=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123B is #99EDC4. Grayscale: #2F2F2F. Windows color (decimal): -10087877 or 3871334. OLE color: 3871334.

HSL color Cylindrical-coordinate representation of color #66123B: hue angle of 330.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66123B is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1021859-
CMYK00.820.420.6
HSL330.71º70%23.53%-
HSV(B)330.71º82.35%40%-
XYZ6.493.574.49-
YUV47.79134.33166.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=56.98%
G=10.06%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102185900.820.420.6330.717023.53
Hex66123B0522A3C14b4618
Octal14622730122527451310630
Binary11001101001011101101010010101010111100101001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66123B; }

 p { color: rgb(102,18,59); }

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

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

 a { background-color: rgb(102,18,59); }

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

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

 span { border-color: rgb(102,18,59); }

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