Html Css Color HEX #574351 Purple Taupe

📋 copy color: '#574351'

red 87 ◦ green 67 ◦ blue 81

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

Shades of Purple Taupe #574351

Tints of Purple Taupe #574351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

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

R = 37.02%
G = 28.51%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#574351 (or 0x574351) is known color: Purple Taupe. HEX triplet: 57, 43 and 51. RGB value is (87,67,81). Sum of RGB (Red+Green+Blue) = 87+67+81=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574351 is #A8BCAE. Grayscale: #4A4A4A. Windows color (decimal): -11058351 or 5325655. OLE color: 5325655.

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

Color convert

RGB 87 67 81 -
CMYK 0 0.23 0.07 0.66
HSL 318º 0.13% 0.3% -
HSV(B) 318º 0.23% 0.34% -
XYZ 7.42 6.63 8.67 -
YUV 74.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 87 67 81 0 0.23 0.07 0.66 318 0.13 0.3
Hex 57 43 51 0 17 7 42 13E D 1E
Octal 127 103 121 0 27 7 102 476 15 36
Binary 1010111 1000011 1010001 0 10111 111 1000010 100111110 1101 11110

Color Harmonies of #574351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574351

Black with #574351

Text Example


Text Example

White with #574351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574351; }

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

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

background-color css

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

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

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

border-color css

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

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

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