Html Css Color HEX #584152 Purple Taupe

📋 copy color: '#584152'

red 88 ◦ green 65 ◦ blue 82

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

Shades of Purple Taupe #584152

Tints of Purple Taupe #584152

RGB

 RED value IS 88 (34.77% from 255) = 37.45%

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 37.45%
G = 27.66%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#584152 (or 0x584152) is known color: Purple Taupe. HEX triplet: 58, 41 and 52. RGB value is (88,65,82). Sum of RGB (Red+Green+Blue) = 88+65+82=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #584152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584152 is #A7BEAD. Grayscale: #494949. Windows color (decimal): -10993326 or 5390680. OLE color: 5390680.

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

Color convert

RGB 88 65 82 -
CMYK 0 0.26 0.07 0.65
HSL 315.65º 0.15% 0.3% -
HSV(B) 315.65º 0.26% 0.35% -
XYZ 7.44 6.46 8.84 -
YUV 73.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 88 65 82 0 0.26 0.07 0.65 315.65 0.15 0.3
Hex 58 41 52 0 1A 7 41 13C F 1E
Octal 130 101 122 0 32 7 101 474 17 36
Binary 1011000 1000001 1010010 0 11010 111 1000001 100111100 1111 11110

Color Harmonies of #584152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584152

Black with #584152

Text Example


Text Example

White with #584152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584152; }

 p { color: rgb(88,65,82); }

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

background-color css

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

 a { background-color: rgb(88,65,82); }

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

border-color css

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

 span { border-color: rgb(88,65,82); }

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