Html Css Color HEX #574352 Purple Taupe

📋 copy color: '#574352'

red 87 ◦ green 67 ◦ blue 82

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

Shades of Purple Taupe #574352

Tints of Purple Taupe #574352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 36.86%
G = 28.39%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#574352 (or 0x574352) is known color: Purple Taupe. HEX triplet: 57, 43 and 52. RGB value is (87,67,82). Sum of RGB (Red+Green+Blue) = 87+67+82=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574352 is #A8BCAD. Grayscale: #4A4A4A. Windows color (decimal): -11058350 or 5391191. OLE color: 5391191.

HSL color Cylindrical-coordinate representation of color #574352: hue angle of 315º 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 #574352 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 67 82 -
CMYK 0 0.23 0.06 0.66
HSL 315º 0.13% 0.3% -
HSV(B) 315º 0.23% 0.34% -
XYZ 7.46 6.65 8.87 -
YUV 74.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 87 67 82 0 0.23 0.06 0.66 315 0.13 0.3
Hex 57 43 52 0 17 6 42 13B D 1E
Octal 127 103 122 0 27 6 102 473 15 36
Binary 1010111 1000011 1010010 0 10111 110 1000010 100111011 1101 11110

Color Harmonies of #574352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574352

Black with #574352

Text Example


Text Example

White with #574352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574352; }

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

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

background-color css

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

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

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

border-color css

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

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

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