Html Css Color HEX #574051 Purple Taupe

📋 copy color: '#574051'

red 87 ◦ green 64 ◦ blue 81

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

Shades of Purple Taupe #574051

Tints of Purple Taupe #574051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 37.5%
G = 27.59%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#574051 (or 0x574051) is known color: Purple Taupe. HEX triplet: 57, 40 and 51. RGB value is (87,64,81). Sum of RGB (Red+Green+Blue) = 87+64+81=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574051 is #A8BFAE. Grayscale: #484848. Windows color (decimal): -11059119 or 5324887. OLE color: 5324887.

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

Color convert

RGB 87 64 81 -
CMYK 0 0.26 0.07 0.66
HSL 315.65º 0.15% 0.3% -
HSV(B) 315.65º 0.26% 0.34% -
XYZ 7.25 6.29 8.62 -
YUV 72.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 87 64 81 0 0.26 0.07 0.66 315.65 0.15 0.3
Hex 57 40 51 0 1A 7 42 13C F 1E
Octal 127 100 121 0 32 7 102 474 17 36
Binary 1010111 1000000 1010001 0 11010 111 1000010 100111100 1111 11110

Color Harmonies of #574051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574051

Black with #574051

Text Example


Text Example

White with #574051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574051; }

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

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

background-color css

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

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

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

border-color css

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

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

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