#571C3A

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

Shades of Pompadour #571C3A

Tints of Pompadour #571C3A

Color information

#571C3A (or 0x571C3A) is unknown color: approx Pompadour. HEX triplet: 57, 1C and 3A. RGB value is (87,28,58). Sum of RGB (Red+Green+Blue) = 87+28+58=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C3A is #A8E3C5. Grayscale: #313131. Windows color (decimal): -11068358 or 3808343. OLE color: 3808343.

HSL color Cylindrical-coordinate representation of color #571C3A: hue angle of 329.49º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C3A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB872858-
CMYK00.680.330.66
HSL329.49º51.3%22.55%-
HSV(B)329.49º67.82%34.12%-
XYZ5.113.164.34-
YUV49.06133.05155.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=50.29%
G=16.18%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87285800.680.330.66329.4951.322.55
Hex571C3A04421421493317
Octal12734720104411025116327
Binary10101111110011101001000100100001100001010100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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