Html Css Color HEX #534150 Purple Taupe

📋 copy color: '#534150'

red 83 ◦ green 65 ◦ blue 80

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

Shades of Purple Taupe #534150

Tints of Purple Taupe #534150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 36.4%
G = 28.51%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534150 (or 0x534150) is known color: Purple Taupe. HEX triplet: 53, 41 and 50. RGB value is (83,65,80). Sum of RGB (Red+Green+Blue) = 83+65+80=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534150 is #ACBEAF. Grayscale: #484848. Windows color (decimal): -11321008 or 5259603. OLE color: 5259603.

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

Color convert

RGB 83 65 80 -
CMYK 0 0.22 0.04 0.67
HSL 310º 0.12% 0.29% -
HSV(B) 310º 0.22% 0.33% -
XYZ 6.91 6.2 8.42 -
YUV 72.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 83 65 80 0 0.22 0.04 0.67 310 0.12 0.29
Hex 53 41 50 0 16 4 43 136 C 1D
Octal 123 101 120 0 26 4 103 466 14 35
Binary 1010011 1000001 1010000 0 10110 100 1000011 100110110 1100 11101

Color Harmonies of #534150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534150

Black with #534150

Text Example


Text Example

White with #534150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534150; }

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

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

background-color css

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

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

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

border-color css

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

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

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