Html Css Color HEX #534751 Purple Taupe

📋 copy color: '#534751'

red 83 ◦ green 71 ◦ blue 81

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

Shades of Purple Taupe #534751

Tints of Purple Taupe #534751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 35.32%
G = 30.21%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#534751 (or 0x534751) is known color: Purple Taupe. HEX triplet: 53, 47 and 51. RGB value is (83,71,81). Sum of RGB (Red+Green+Blue) = 83+71+81=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534751 is #ACB8AE. Grayscale: #4B4B4B. Windows color (decimal): -11319471 or 5326675. OLE color: 5326675.

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

Color convert

RGB 83 71 81 -
CMYK 0 0.14 0.02 0.67
HSL 310º 0.08% 0.3% -
HSV(B) 310º 0.14% 0.33% -
XYZ 7.31 6.94 8.74 -
YUV 75.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 83 71 81 0 0.14 0.02 0.67 310 0.08 0.3
Hex 53 47 51 0 E 2 43 136 8 1E
Octal 123 107 121 0 16 2 103 466 10 36
Binary 1010011 1000111 1010001 0 1110 10 1000011 100110110 1000 11110

Color Harmonies of #534751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534751

Black with #534751

Text Example


Text Example

White with #534751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534751; }

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

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

background-color css

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

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

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

border-color css

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

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

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