#571B3B

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

Shades of Pompadour #571B3B

Tints of Pompadour #571B3B

Color information

#571B3B (or 0x571B3B) is unknown color: approx Pompadour. HEX triplet: 57, 1B and 3B. RGB value is (87,27,59). Sum of RGB (Red+Green+Blue) = 87+27+59=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B3B is #A8E4C4. Grayscale: #303030. Windows color (decimal): -11068613 or 3873623. OLE color: 3873623.

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

Color convert

RGB872759-
CMYK00.690.320.66
HSL328º52.63%22.35%-
HSV(B)328º68.97%34.12%-
XYZ5.113.134.47-
YUV48.59133.88155.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=50.29%
G=15.61%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87275900.690.320.6632852.6322.35
Hex571B3B04520421483516
Octal12733730105401025106526
Binary10101111101111101101000101100000100001010100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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