Html Css Color HEX #57193D Pompadour

📋 copy color: '#57193D'

red 87 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #57193D

Tints of Pompadour #57193D

RGB

 RED value IS 87 (34.38% from 255) = 50.29%

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 50.29%
G = 14.45%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57193D (or 0x57193D) is known color: Pompadour. HEX triplet: 57, 19 and 3D. RGB value is (87,25,61). Sum of RGB (Red+Green+Blue) = 87+25+61=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #57193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57193D is #A8E6C2. Grayscale: #2F2F2F. Windows color (decimal): -11069123 or 4004183. OLE color: 4004183.

HSL color Cylindrical-coordinate representation of color #57193D: hue angle of 325.16º 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 #57193D is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 61 -
CMYK 0 0.71 0.30 0.66
HSL 325.16º 0.55% 0.22% -
HSV(B) 325.16º 0.71% 0.34% -
XYZ 5.12 3.06 4.74 -
YUV 47.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 87 25 61 0 0.71 0.30 0.66 325.16 0.55 0.22
Hex 57 19 3D 0 47 1E 42 145 37 16
Octal 127 31 75 0 107 36 102 505 67 26
Binary 1010111 11001 111101 0 1000111 11110 1000010 101000101 110111 10110

Color Harmonies of #57193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57193D

Black with #57193D

Text Example


Text Example

White with #57193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57193D;
 }
 .AnyTagClassName
 {
   color: #57193D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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