Html Css Color HEX #533A4F Purple Taupe

📋 copy color: '#533A4F'

red 83 ◦ green 58 ◦ blue 79

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

Shades of Purple Taupe #533A4F

Tints of Purple Taupe #533A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 37.73%
G = 26.36%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#533A4F (or 0x533A4F) is known color: Purple Taupe. HEX triplet: 53, 3A and 4F. RGB value is (83,58,79). Sum of RGB (Red+Green+Blue) = 83+58+79=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A4F is #ACC5B0. Grayscale: #434343. Windows color (decimal): -11322801 or 5192275. OLE color: 5192275.

HSL color Cylindrical-coordinate representation of color #533A4F: hue angle of 309.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A4F is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 79 -
CMYK 0 0.30 0.05 0.67
HSL 309.6º 0.18% 0.28% -
HSV(B) 309.6º 0.3% 0.33% -
XYZ 6.49 5.43 8.1 -
YUV 67.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 83 58 79 0 0.30 0.05 0.67 309.6 0.18 0.28
Hex 53 3A 4F 0 1E 5 43 136 12 1C
Octal 123 72 117 0 36 5 103 466 22 34
Binary 1010011 111010 1001111 0 11110 101 1000011 100110110 10010 11100

Color Harmonies of #533A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A4F

Black with #533A4F

Text Example


Text Example

White with #533A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A4F; }

 p { color: rgb(83,58,79); }

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

background-color css

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

 a { background-color: rgb(83,58,79); }

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

border-color css

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

 span { border-color: rgb(83,58,79); }

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