Html Css Color HEX #57394B Purple Taupe

📋 copy color: '#57394B'

red 87 ◦ green 57 ◦ blue 75

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

Shades of Purple Taupe #57394B

Tints of Purple Taupe #57394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 39.73%
G = 26.03%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57394B (or 0x57394B) is known color: Purple Taupe. HEX triplet: 57, 39 and 4B. RGB value is (87,57,75). Sum of RGB (Red+Green+Blue) = 87+57+75=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #57394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57394B is #A8C6B4. Grayscale: #434343. Windows color (decimal): -11060917 or 4929879. OLE color: 4929879.

HSL color Cylindrical-coordinate representation of color #57394B: hue angle of 324º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57394B is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 57 75 -
CMYK 0 0.34 0.14 0.66
HSL 324º 0.21% 0.28% -
HSV(B) 324º 0.34% 0.34% -
XYZ 6.66 5.46 7.36 -
YUV 68.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 87 57 75 0 0.34 0.14 0.66 324 0.21 0.28
Hex 57 39 4B 0 22 E 42 144 15 1C
Octal 127 71 113 0 42 16 102 504 25 34
Binary 1010111 111001 1001011 0 100010 1110 1000010 101000100 10101 11100

Color Harmonies of #57394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57394B

Black with #57394B

Text Example


Text Example

White with #57394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57394B; }

 p { color: rgb(87,57,75); }

 H1.HeaderClassName
 {
   color: #57394B;
 }
 .AnyTagClassName
 {
   color: #57394B;
 }
</style>

background-color css

<style>
 a { background-color: #57394B; }

 a { background-color: rgb(87,57,75); }

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

border-color css

<style>
 span { border-color: #57394B; }

 span { border-color: rgb(87,57,75); }

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