#66123D

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

Shades of Pompadour #66123D

Tints of Pompadour #66123D

Color information

#66123D (or 0x66123D) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 3D. RGB value is (102,18,61). Sum of RGB (Red+Green+Blue) = 102+18+61=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66123D is #99EDC2. Grayscale: #2F2F2F. Windows color (decimal): -10087875 or 4002406. OLE color: 4002406.

HSL color Cylindrical-coordinate representation of color #66123D: hue angle of 329.29º 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 #66123D is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1021861-
CMYK00.820.400.6
HSL329.29º70%23.53%-
HSV(B)329.29º82.35%40%-
XYZ6.543.594.76-
YUV48.02135.33166.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=56.35%
G=9.94%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102186100.820.400.6329.297023.53
Hex66123D052283C1494618
Octal14622750122507451110630
Binary11001101001011110101010010101000111100101001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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