#561F3C

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

Shades of Pompadour #561F3C

Tints of Pompadour #561F3C

Color information

#561F3C (or 0x561F3C) is unknown color: approx Pompadour. HEX triplet: 56, 1F and 3C. RGB value is (86,31,60). Sum of RGB (Red+Green+Blue) = 86+31+60=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F3C is #A9E0C3. Grayscale: #323232. Windows color (decimal): -11133124 or 3940182. OLE color: 3940182.

HSL color Cylindrical-coordinate representation of color #561F3C: hue angle of 328.36º 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 #561F3C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB863160-
CMYK00.640.300.66
HSL328.36º47.01%22.94%-
HSV(B)328.36º63.95%33.73%-
XYZ5.143.284.64-
YUV50.75133.22153.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=48.59%
G=17.51%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86316000.640.300.66328.3647.0122.94
Hex561F3C0401E421482f17
Octal12637740100361025105727
Binary1010110111111111000100000011110100001010100100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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