#661C3F

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

Shades of Pompadour #661C3F

Tints of Pompadour #661C3F

Color information

#661C3F (or 0x661C3F) is unknown color: approx Pompadour. HEX triplet: 66, 1C and 3F. RGB value is (102,28,63). Sum of RGB (Red+Green+Blue) = 102+28+63=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #661C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C3F is #99E3C0. Grayscale: #363636. Windows color (decimal): -10085313 or 4136038. OLE color: 4136038.

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

Color convert

RGB1022863-
CMYK00.730.380.6
HSL331.62º56.92%25.49%-
HSV(B)331.62º72.55%40%-
XYZ6.794.015.12-
YUV54.12133.02162.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 63 (25% from 255) = 32.64%
R=52.85%
G=14.51%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102286300.730.380.6331.6256.9225.49
Hex661C3F049263C14c3919
Octal1463477011146745147131
Binary1100110111001111110100100110011011110010100110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,28,63); }

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

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

 a { background-color: rgb(102,28,63); }

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

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

 span { border-color: rgb(102,28,63); }

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