Html Css Color HEX #533750 Purple Taupe

📋 copy color: '#533750'

red 83 ◦ green 55 ◦ blue 80

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

Shades of Purple Taupe #533750

Tints of Purple Taupe #533750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 38.07%
G = 25.23%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#533750 (or 0x533750) is known color: Purple Taupe. HEX triplet: 53, 37 and 50. RGB value is (83,55,80). Sum of RGB (Red+Green+Blue) = 83+55+80=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533750 is #ACC8AF. Grayscale: #424242. Windows color (decimal): -11323568 or 5257043. OLE color: 5257043.

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

Color convert

RGB 83 55 80 -
CMYK 0 0.34 0.04 0.67
HSL 306.43º 0.2% 0.27% -
HSV(B) 306.43º 0.34% 0.33% -
XYZ 6.38 5.15 8.25 -
YUV 66.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 83 55 80 0 0.34 0.04 0.67 306.43 0.2 0.27
Hex 53 37 50 0 22 4 43 132 14 1B
Octal 123 67 120 0 42 4 103 462 24 33
Binary 1010011 110111 1010000 0 100010 100 1000011 100110010 10100 11011

Color Harmonies of #533750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533750

Black with #533750

Text Example


Text Example

White with #533750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533750; }

 p { color: rgb(83,55,80); }

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

background-color css

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

 a { background-color: rgb(83,55,80); }

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

border-color css

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

 span { border-color: rgb(83,55,80); }

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