Html Css Color HEX #533851 Purple Taupe

📋 copy color: '#533851'

red 83 ◦ green 56 ◦ blue 81

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

Shades of Purple Taupe #533851

Tints of Purple Taupe #533851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 37.73%
G = 25.45%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#533851 (or 0x533851) is known color: Purple Taupe. HEX triplet: 53, 38 and 51. RGB value is (83,56,81). Sum of RGB (Red+Green+Blue) = 83+56+81=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533851 is #ACC7AE. Grayscale: #424242. Windows color (decimal): -11323311 or 5322835. OLE color: 5322835.

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

Color convert

RGB 83 56 81 -
CMYK 0 0.33 0.02 0.67
HSL 304.44º 0.19% 0.27% -
HSV(B) 304.44º 0.33% 0.33% -
XYZ 6.47 5.26 8.46 -
YUV 66.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 83 56 81 0 0.33 0.02 0.67 304.44 0.19 0.27
Hex 53 38 51 0 21 2 43 130 13 1B
Octal 123 70 121 0 41 2 103 460 23 33
Binary 1010011 111000 1010001 0 100001 10 1000011 100110000 10011 11011

Color Harmonies of #533851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533851

Black with #533851

Text Example


Text Example

White with #533851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533851; }

 p { color: rgb(83,56,81); }

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

background-color css

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

 a { background-color: rgb(83,56,81); }

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

border-color css

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

 span { border-color: rgb(83,56,81); }

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