#66143A

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

Shades of Pompadour #66143A

Tints of Pompadour #66143A

Color information

#66143A (or 0x66143A) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 3A. RGB value is (102,20,58). Sum of RGB (Red+Green+Blue) = 102+20+58=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66143A is #99EBC5. Grayscale: #303030. Windows color (decimal): -10087366 or 3806310. OLE color: 3806310.

HSL color Cylindrical-coordinate representation of color #66143A: hue angle of 332.2º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66143A is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1022058-
CMYK00.800.430.6
HSL332.2º67.21%23.92%-
HSV(B)332.2º80.39%40%-
XYZ6.493.634.36-
YUV48.85133.17165.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=56.67%
G=11.11%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102205800.800.430.6332.267.2123.92
Hex66143A0502B3C14c4318
Octal14624720120537451410330
Binary11001101010011101001010000101011111100101001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66143A; }

 p { color: rgb(102,20,58); }

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

<style>
 a { background-color: #66143A; }

 a { background-color: rgb(102,20,58); }

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

<style>
 span { border-color: #66143A; }

 span { border-color: rgb(102,20,58); }

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