#661B3D

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

Shades of Pompadour #661B3D

Tints of Pompadour #661B3D

Color information

#661B3D (or 0x661B3D) is unknown color: approx Pompadour. HEX triplet: 66, 1B and 3D. RGB value is (102,27,61). Sum of RGB (Red+Green+Blue) = 102+27+61=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B3D is #99E4C2. Grayscale: #353535. Windows color (decimal): -10085571 or 4004710. OLE color: 4004710.

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

Color convert

RGB1022761-
CMYK00.740.400.6
HSL332.8º58.14%25.29%-
HSV(B)332.8º73.53%40%-
XYZ6.713.954.82-
YUV53.3132.35162.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=53.68%
G=14.21%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102276100.740.400.6332.858.1425.29
Hex661B3D04A283C14d3a19
Octal1463375011250745157231
Binary1100110110111111010100101010100011110010100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,61); }

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

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

 a { background-color: rgb(102,27,61); }

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

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

 span { border-color: rgb(102,27,61); }

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