#571F3A

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

Shades of Pompadour #571F3A

Tints of Pompadour #571F3A

Color information

#571F3A (or 0x571F3A) is unknown color: approx Pompadour. HEX triplet: 57, 1F and 3A. RGB value is (87,31,58). Sum of RGB (Red+Green+Blue) = 87+31+58=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3A is #A8E0C5. Grayscale: #323232. Windows color (decimal): -11067590 or 3809111. OLE color: 3809111.

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

Color convert

RGB873158-
CMYK00.640.330.66
HSL331.07º47.46%23.14%-
HSV(B)331.07º64.37%34.12%-
XYZ5.183.314.37-
YUV50.82132.05153.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=49.43%
G=17.61%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87315800.640.330.66331.0747.4623.14
Hex571F3A040214214b2f17
Octal12737720100411025135727
Binary10101111111111101001000000100001100001010100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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