Html Css Color HEX #574251 Purple Taupe

📋 copy color: '#574251'

red 87 ◦ green 66 ◦ blue 81

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

Shades of Purple Taupe #574251

Tints of Purple Taupe #574251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.21%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 37.18%
G = 28.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#574251 (or 0x574251) is known color: Purple Taupe. HEX triplet: 57, 42 and 51. RGB value is (87,66,81). Sum of RGB (Red+Green+Blue) = 87+66+81=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574251 is #A8BDAE. Grayscale: #494949. Windows color (decimal): -11058607 or 5325399. OLE color: 5325399.

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

Color convert

RGB 87 66 81 -
CMYK 0 0.24 0.07 0.66
HSL 317.14º 0.14% 0.3% -
HSV(B) 317.14º 0.24% 0.34% -
XYZ 7.36 6.52 8.65 -
YUV 73.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 87 66 81 0 0.24 0.07 0.66 317.14 0.14 0.3
Hex 57 42 51 0 18 7 42 13D E 1E
Octal 127 102 121 0 30 7 102 475 16 36
Binary 1010111 1000010 1010001 0 11000 111 1000010 100111101 1110 11110

Color Harmonies of #574251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574251

Black with #574251

Text Example


Text Example

White with #574251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574251; }

 p { color: rgb(87,66,81); }

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

background-color css

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

 a { background-color: rgb(87,66,81); }

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

border-color css

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

 span { border-color: rgb(87,66,81); }

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