Html Css Color HEX #533952 Purple Taupe

📋 copy color: '#533952'

red 83 ◦ green 57 ◦ blue 82

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

Shades of Purple Taupe #533952

Tints of Purple Taupe #533952

RGB

 RED value IS 83 (32.81% from 255) = 37.39%

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 37.39%
G = 25.68%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#533952 (or 0x533952) is known color: Purple Taupe. HEX triplet: 53, 39 and 52. RGB value is (83,57,82). Sum of RGB (Red+Green+Blue) = 83+57+82=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533952 is #ACC6AD. Grayscale: #434343. Windows color (decimal): -11323054 or 5388627. OLE color: 5388627.

HSL color Cylindrical-coordinate representation of color #533952: hue angle of 302.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533952 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 82 -
CMYK 0 0.31 0.01 0.67
HSL 302.31º 0.19% 0.27% -
HSV(B) 302.31º 0.31% 0.33% -
XYZ 6.55 5.37 8.67 -
YUV 67.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 83 57 82 0 0.31 0.01 0.67 302.31 0.19 0.27
Hex 53 39 52 0 1F 1 43 12E 13 1B
Octal 123 71 122 0 37 1 103 456 23 33
Binary 1010011 111001 1010010 0 11111 1 1000011 100101110 10011 11011

Color Harmonies of #533952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533952

Black with #533952

Text Example


Text Example

White with #533952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533952; }

 p { color: rgb(83,57,82); }

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

background-color css

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

 a { background-color: rgb(83,57,82); }

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

border-color css

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

 span { border-color: rgb(83,57,82); }

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