#661A3A

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

Shades of Pompadour #661A3A

Tints of Pompadour #661A3A

Color information

#661A3A (or 0x661A3A) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 3A. RGB value is (102,26,58). Sum of RGB (Red+Green+Blue) = 102+26+58=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A3A is #99E5C5. Grayscale: #343434. Windows color (decimal): -10085830 or 3807846. OLE color: 3807846.

HSL color Cylindrical-coordinate representation of color #661A3A: hue angle of 334.74º 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 #661A3A is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1022658-
CMYK00.750.430.6
HSL334.74º59.38%25.1%-
HSV(B)334.74º74.51%40%-
XYZ6.613.874.4-
YUV52.37131.18163.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=54.84%
G=13.98%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102265800.750.430.6334.7459.3825.1
Hex661A3A04B2B3C14f3b19
Octal1463272011353745177331
Binary1100110110101110100100101110101111110010100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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