Html Css Color HEX #533D4B Purple Taupe

📋 copy color: '#533D4B'

red 83 ◦ green 61 ◦ blue 75

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

Shades of Purple Taupe #533D4B

Tints of Purple Taupe #533D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 37.9%
G = 27.85%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#533D4B (or 0x533D4B) is known color: Purple Taupe. HEX triplet: 53, 3D and 4B. RGB value is (83,61,75). Sum of RGB (Red+Green+Blue) = 83+61+75=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D4B is #ACC2B4. Grayscale: #454545. Windows color (decimal): -11322037 or 4930899. OLE color: 4930899.

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

Color convert

RGB 83 61 75 -
CMYK 0 0.27 0.10 0.67
HSL 321.82º 0.15% 0.28% -
HSV(B) 321.82º 0.27% 0.33% -
XYZ 6.51 5.68 7.41 -
YUV 69.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 83 61 75 0 0.27 0.10 0.67 321.82 0.15 0.28
Hex 53 3D 4B 0 1B A 43 142 F 1C
Octal 123 75 113 0 33 12 103 502 17 34
Binary 1010011 111101 1001011 0 11011 1010 1000011 101000010 1111 11100

Color Harmonies of #533D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D4B

Black with #533D4B

Text Example


Text Example

White with #533D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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