#561A3D

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

Shades of Pompadour #561A3D

Tints of Pompadour #561A3D

Color information

#561A3D (or 0x561A3D) is unknown color: approx Pompadour. HEX triplet: 56, 1A and 3D. RGB value is (86,26,61). Sum of RGB (Red+Green+Blue) = 86+26+61=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A3D is #A9E5C2. Grayscale: #2F2F2F. Windows color (decimal): -11134403 or 4004438. OLE color: 4004438.

HSL color Cylindrical-coordinate representation of color #561A3D: hue angle of 325º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A3D is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB862661-
CMYK00.700.290.66
HSL325º53.57%21.96%-
HSV(B)325º69.77%33.73%-
XYZ5.053.054.74-
YUV47.93135.38155.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=49.71%
G=15.03%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86266100.700.290.6632553.5721.96
Hex561A3D0461D421453616
Octal12632750106351025056626
Binary1010110110101111010100011011101100001010100010111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,26,61); }

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

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

 a { background-color: rgb(86,26,61); }

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

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

 span { border-color: rgb(86,26,61); }

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