Html Css Color HEX #533B4D Purple Taupe

📋 copy color: '#533B4D'

red 83 ◦ green 59 ◦ blue 77

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

Shades of Purple Taupe #533B4D

Tints of Purple Taupe #533B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 37.9%
G = 26.94%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#533B4D (or 0x533B4D) is known color: Purple Taupe. HEX triplet: 53, 3B and 4D. RGB value is (83,59,77). Sum of RGB (Red+Green+Blue) = 83+59+77=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B4D is #ACC4B2. Grayscale: #444444. Windows color (decimal): -11322547 or 5061459. OLE color: 5061459.

HSL color Cylindrical-coordinate representation of color #533B4D: hue angle of 315º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B4D is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 59 77 -
CMYK 0 0.29 0.07 0.67
HSL 315º 0.17% 0.28% -
HSV(B) 315º 0.29% 0.33% -
XYZ 6.47 5.5 7.74 -
YUV 68.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 83 59 77 0 0.29 0.07 0.67 315 0.17 0.28
Hex 53 3B 4D 0 1D 7 43 13B 11 1C
Octal 123 73 115 0 35 7 103 473 21 34
Binary 1010011 111011 1001101 0 11101 111 1000011 100111011 10001 11100

Color Harmonies of #533B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B4D

Black with #533B4D

Text Example


Text Example

White with #533B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,77); }

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

background-color css

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

 a { background-color: rgb(83,59,77); }

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

border-color css

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

 span { border-color: rgb(83,59,77); }

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