Html Css Color HEX #533A4B Purple Taupe

📋 copy color: '#533A4B'

red 83 ◦ green 58 ◦ blue 75

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

Shades of Purple Taupe #533A4B

Tints of Purple Taupe #533A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 38.43%
G = 26.85%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#533A4B (or 0x533A4B) is known color: Purple Taupe. HEX triplet: 53, 3A and 4B. RGB value is (83,58,75). Sum of RGB (Red+Green+Blue) = 83+58+75=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #533A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A4B is #ACC5B4. Grayscale: #434343. Windows color (decimal): -11322805 or 4930131. OLE color: 4930131.

HSL color Cylindrical-coordinate representation of color #533A4B: hue angle of 319.2º 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 #533A4B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 75 -
CMYK 0 0.30 0.10 0.67
HSL 319.2º 0.18% 0.28% -
HSV(B) 319.2º 0.3% 0.33% -
XYZ 6.35 5.37 7.36 -
YUV 67.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 83 58 75 0 0.30 0.10 0.67 319.2 0.18 0.28
Hex 53 3A 4B 0 1E A 43 13F 12 1C
Octal 123 72 113 0 36 12 103 477 22 34
Binary 1010011 111010 1001011 0 11110 1010 1000011 100111111 10010 11100

Color Harmonies of #533A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A4B

Black with #533A4B

Text Example


Text Example

White with #533A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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