Html Css Color HEX #534251 Purple Taupe

📋 copy color: '#534251'

red 83 ◦ green 66 ◦ blue 81

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

Shades of Purple Taupe #534251

Tints of Purple Taupe #534251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 36.09%
G = 28.7%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#534251 (or 0x534251) is known color: Purple Taupe. HEX triplet: 53, 42 and 51. RGB value is (83,66,81). Sum of RGB (Red+Green+Blue) = 83+66+81=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534251 is #ACBDAE. Grayscale: #484848. Windows color (decimal): -11320751 or 5325395. OLE color: 5325395.

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

Color convert

RGB 83 66 81 -
CMYK 0 0.20 0.02 0.67
HSL 307.06º 0.11% 0.29% -
HSV(B) 307.06º 0.2% 0.33% -
XYZ 7 6.33 8.64 -
YUV 72.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 83 66 81 0 0.20 0.02 0.67 307.06 0.11 0.29
Hex 53 42 51 0 14 2 43 133 B 1D
Octal 123 102 121 0 24 2 103 463 13 35
Binary 1010011 1000010 1010001 0 10100 10 1000011 100110011 1011 11101

Color Harmonies of #534251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534251

Black with #534251

Text Example


Text Example

White with #534251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534251; }

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

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

background-color css

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

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

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

border-color css

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

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

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