#661A43

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

Shades of Pompadour #661A43

Tints of Pompadour #661A43

Color information

#661A43 (or 0x661A43) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 43. RGB value is (102,26,67). Sum of RGB (Red+Green+Blue) = 102+26+67=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A43 is #99E5BC. Grayscale: #353535. Windows color (decimal): -10085821 or 4397670. OLE color: 4397670.

HSL color Cylindrical-coordinate representation of color #661A43: hue angle of 327.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A43 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.6.

Color convert

RGB1022667-
CMYK00.750.340.6
HSL327.63º59.38%25.1%-
HSV(B)327.63º74.51%40%-
XYZ6.863.975.71-
YUV53.4135.68162.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=52.31%
G=13.33%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102266700.750.340.6327.6359.3825.1
Hex661A4304B223C1483b19
Octal14632103011342745107331
Binary11001101101010000110100101110001011110010100100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A43; }

 p { color: rgb(102,26,67); }

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

<style>
 a { background-color: #661A43; }

 a { background-color: rgb(102,26,67); }

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

<style>
 span { border-color: #661A43; }

 span { border-color: rgb(102,26,67); }

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