#561F3E

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

Shades of Pompadour #561F3E

Tints of Pompadour #561F3E

Color information

#561F3E (or 0x561F3E) is unknown color: approx Pompadour. HEX triplet: 56, 1F and 3E. RGB value is (86,31,62). Sum of RGB (Red+Green+Blue) = 86+31+62=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #561F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F3E is #A9E0C1. Grayscale: #323232. Windows color (decimal): -11133122 or 4071254. OLE color: 4071254.

HSL color Cylindrical-coordinate representation of color #561F3E: hue angle of 326.18º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #561F3E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB863162-
CMYK00.640.280.66
HSL326.18º47.01%22.94%-
HSV(B)326.18º63.95%33.73%-
XYZ5.23.314.92-
YUV50.98134.22152.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=48.04%
G=17.32%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86316200.640.280.66326.1847.0122.94
Hex561F3E0401C421462f17
Octal12637760100341025065727
Binary1010110111111111100100000011100100001010100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,31,62); }

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

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

 a { background-color: rgb(86,31,62); }

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

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

 span { border-color: rgb(86,31,62); }

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