#571B3A

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

Shades of Pompadour #571B3A

Tints of Pompadour #571B3A

Color information

#571B3A (or 0x571B3A) is unknown color: approx Pompadour. HEX triplet: 57, 1B and 3A. RGB value is (87,27,58). Sum of RGB (Red+Green+Blue) = 87+27+58=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B3A is #A8E4C5. Grayscale: #303030. Windows color (decimal): -11068614 or 3808087. OLE color: 3808087.

HSL color Cylindrical-coordinate representation of color #571B3A: hue angle of 329º degrees, saturation: 0.53, 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 #571B3A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB872758-
CMYK00.690.330.66
HSL329º52.63%22.35%-
HSV(B)329º68.97%34.12%-
XYZ5.093.124.34-
YUV48.47133.38155.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=50.58%
G=15.70%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87275800.690.330.6632952.6322.35
Hex571B3A04521421493516
Octal12733720105411025116526
Binary10101111101111101001000101100001100001010100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B3A; }

 p { color: rgb(87,27,58); }

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

<style>
 a { background-color: #571B3A; }

 a { background-color: rgb(87,27,58); }

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

<style>
 span { border-color: #571B3A; }

 span { border-color: rgb(87,27,58); }

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