#66183B

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

Shades of Pompadour #66183B

Tints of Pompadour #66183B

Color information

#66183B (or 0x66183B) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 3B. RGB value is (102,24,59). Sum of RGB (Red+Green+Blue) = 102+24+59=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183B is #99E7C4. Grayscale: #333333. Windows color (decimal): -10086341 or 3872870. OLE color: 3872870.

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

Color convert

RGB1022459-
CMYK00.760.420.6
HSL333.08º61.9%24.71%-
HSV(B)333.08º76.47%40%-
XYZ6.63.794.52-
YUV51.31132.34164.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=55.14%
G=12.97%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102245900.760.420.6333.0861.924.71
Hex66183B04C2A3C14d3e19
Octal1463073011452745157631
Binary1100110110001110110100110010101011110010100110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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