Html Css Color HEX #533F51 Purple Taupe

📋 copy color: '#533F51'

red 83 ◦ green 63 ◦ blue 81

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

Shades of Purple Taupe #533F51

Tints of Purple Taupe #533F51

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

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

R = 36.56%
G = 27.75%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#533F51 (or 0x533F51) is known color: Purple Taupe. HEX triplet: 53, 3F and 51. RGB value is (83,63,81). Sum of RGB (Red+Green+Blue) = 83+63+81=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #533F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F51 is #ACC0AE. Grayscale: #464646. Windows color (decimal): -11321519 or 5324627. OLE color: 5324627.

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

Color convert

RGB 83 63 81 -
CMYK 0 0.24 0.02 0.67
HSL 306º 0.14% 0.29% -
HSV(B) 306º 0.24% 0.33% -
XYZ 6.83 5.99 8.58 -
YUV 71.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 83 63 81 0 0.24 0.02 0.67 306 0.14 0.29
Hex 53 3F 51 0 18 2 43 132 E 1D
Octal 123 77 121 0 30 2 103 462 16 35
Binary 1010011 111111 1010001 0 11000 10 1000011 100110010 1110 11101

Color Harmonies of #533F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F51

Black with #533F51

Text Example


Text Example

White with #533F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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