Html Css Color HEX #534350 Purple Taupe

📋 copy color: '#534350'

red 83 ◦ green 67 ◦ blue 80

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

Shades of Purple Taupe #534350

Tints of Purple Taupe #534350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 36.09%
G = 29.13%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534350 (or 0x534350) is known color: Purple Taupe. HEX triplet: 53, 43 and 50. RGB value is (83,67,80). Sum of RGB (Red+Green+Blue) = 83+67+80=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534350 is #ACBCAF. Grayscale: #494949. Windows color (decimal): -11320496 or 5260115. OLE color: 5260115.

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

Color convert

RGB 83 67 80 -
CMYK 0 0.19 0.04 0.67
HSL 311.25º 0.11% 0.29% -
HSV(B) 311.25º 0.19% 0.33% -
XYZ 7.02 6.43 8.46 -
YUV 73.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 83 67 80 0 0.19 0.04 0.67 311.25 0.11 0.29
Hex 53 43 50 0 13 4 43 137 B 1D
Octal 123 103 120 0 23 4 103 467 13 35
Binary 1010011 1000011 1010000 0 10011 100 1000011 100110111 1011 11101

Color Harmonies of #534350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534350

Black with #534350

Text Example


Text Example

White with #534350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534350; }

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

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

background-color css

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

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

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

border-color css

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

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

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