Html Css Color HEX #57193A Pompadour

📋 copy color: '#57193A'

red 87 ◦ green 25 ◦ blue 58

#57193A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #57193A

Tints of Pompadour #57193A

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 value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57193A (or 0x57193A) is known color: 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

RGB 87 25 58 -
CMYK 0 0.71 0.33 0.66
HSL 328.06º 0.55% 0.22% -
HSV(B) 328.06º 0.71% 0.34% -
XYZ 5.04 3.03 4.32 -
YUV 47.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 87 25 58 0 0.71 0.33 0.66 328.06 0.55 0.22
Hex 57 19 3A 0 47 21 42 148 37 16
Octal 127 31 72 0 107 41 102 510 67 26
Binary 1010111 11001 111010 0 1000111 100001 1000010 101001000 110111 10110

Color Harmonies of #57193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57193A

Black with #57193A

Text Example


Text Example

White with #57193A

Text Example


Text Example

HTML Codes & Css Web 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>