Html Css Color HEX #534250 Purple Taupe

📋 copy color: '#534250'

red 83 ◦ green 66 ◦ blue 80

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

Shades of Purple Taupe #534250

Tints of Purple Taupe #534250

RGB

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

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

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

R = 36.24%
G = 28.82%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#534250 (or 0x534250) is known color: Purple Taupe. HEX triplet: 53, 42 and 50. RGB value is (83,66,80). Sum of RGB (Red+Green+Blue) = 83+66+80=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534250 is #ACBDAF. Grayscale: #484848. Windows color (decimal): -11320752 or 5259859. OLE color: 5259859.

HSL color Cylindrical-coordinate representation of color #534250: hue angle of 310.59º 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 #534250 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 80 -
CMYK 0 0.20 0.04 0.67
HSL 310.59º 0.11% 0.29% -
HSV(B) 310.59º 0.2% 0.33% -
XYZ 6.96 6.31 8.44 -
YUV 72.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 83 66 80 0 0.20 0.04 0.67 310.59 0.11 0.29
Hex 53 42 50 0 14 4 43 137 B 1D
Octal 123 102 120 0 24 4 103 467 13 35
Binary 1010011 1000010 1010000 0 10100 100 1000011 100110111 1011 11101

Color Harmonies of #534250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534250

Black with #534250

Text Example


Text Example

White with #534250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534250; }

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

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

background-color css

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

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

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

border-color css

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

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

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