#561D3F

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

Shades of Pompadour #561D3F

Tints of Pompadour #561D3F

Color information

#561D3F (or 0x561D3F) is unknown color: approx Pompadour. HEX triplet: 56, 1D and 3F. RGB value is (86,29,63). Sum of RGB (Red+Green+Blue) = 86+29+63=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D3F is #A9E2C0. Grayscale: #313131. Windows color (decimal): -11133633 or 4136278. OLE color: 4136278.

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

Color convert

RGB862963-
CMYK00.660.270.66
HSL324.21º49.57%22.55%-
HSV(B)324.21º66.28%33.73%-
XYZ5.173.225.05-
YUV49.92135.38153.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 63 (25% from 255) = 35.39%
R=48.31%
G=16.29%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86296300.660.270.66324.2149.5722.55
Hex561D3F0421B421443217
Octal12635770102331025046227
Binary1010110111011111110100001011011100001010100010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,29,63); }

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

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

 a { background-color: rgb(86,29,63); }

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

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

 span { border-color: rgb(86,29,63); }

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