#57193A

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

Shades of Pompadour #57193A

Tints of Pompadour #57193A

Color information

#57193A (or 0x57193A) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 3A. RGB value is (87,25,58). Sum of RGB (Red+Green+Blue) = 87+25+58=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57193A is #A8E6C5. Grayscale: #2F2F2F. Windows color (decimal): -11069126 or 3807575. OLE color: 3807575.

HSL color Cylindrical-coordinate representation of color #57193A: hue angle of 328.06º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57193A is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB872558-
CMYK00.710.330.66
HSL328.06º55.36%21.96%-
HSV(B)328.06º71.26%34.12%-
XYZ5.043.034.32-
YUV47.3134.04156.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=51.18%
G=14.71%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87255800.710.330.66328.0655.3621.96
Hex57193A04721421483716
Octal12731720107411025106726
Binary10101111100111101001000111100001100001010100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57193A; }

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

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

<style>
 a { background-color: #57193A; }

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

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

<style>
 span { border-color: #57193A; }

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

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