#561B3C

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

Shades of Pompadour #561B3C

Tints of Pompadour #561B3C

Color information

#561B3C (or 0x561B3C) is unknown color: approx Pompadour. HEX triplet: 56, 1B and 3C. RGB value is (86,27,60). Sum of RGB (Red+Green+Blue) = 86+27+60=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B3C is #A9E4C3. Grayscale: #303030. Windows color (decimal): -11134148 or 3939158. OLE color: 3939158.

HSL color Cylindrical-coordinate representation of color #561B3C: hue angle of 326.44º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B3C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB862760-
CMYK00.690.300.66
HSL326.44º52.21%22.16%-
HSV(B)326.44º68.6%33.73%-
XYZ5.053.094.61-
YUV48.4134.55154.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=49.71%
G=15.61%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86276000.690.300.66326.4452.2122.16
Hex561B3C0451E421463416
Octal12633740105361025066426
Binary1010110110111111000100010111110100001010100011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B3C; }

 p { color: rgb(86,27,60); }

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

<style>
 a { background-color: #561B3C; }

 a { background-color: rgb(86,27,60); }

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

<style>
 span { border-color: #561B3C; }

 span { border-color: rgb(86,27,60); }

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