Html Css Color HEX #533E4B Purple Taupe

📋 copy color: '#533E4B'

red 83 ◦ green 62 ◦ blue 75

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

Shades of Purple Taupe #533E4B

Tints of Purple Taupe #533E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.18%

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 37.73%
G = 28.18%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#533E4B (or 0x533E4B) is known color: Purple Taupe. HEX triplet: 53, 3E and 4B. RGB value is (83,62,75). Sum of RGB (Red+Green+Blue) = 83+62+75=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E4B is #ACC1B4. Grayscale: #454545. Windows color (decimal): -11321781 or 4931155. OLE color: 4931155.

HSL color Cylindrical-coordinate representation of color #533E4B: hue angle of 322.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E4B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 62 75 -
CMYK 0 0.25 0.10 0.67
HSL 322.86º 0.14% 0.28% -
HSV(B) 322.86º 0.25% 0.33% -
XYZ 6.56 5.79 7.43 -
YUV 69.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 83 62 75 0 0.25 0.10 0.67 322.86 0.14 0.28
Hex 53 3E 4B 0 19 A 43 143 E 1C
Octal 123 76 113 0 31 12 103 503 16 34
Binary 1010011 111110 1001011 0 11001 1010 1000011 101000011 1110 11100

Color Harmonies of #533E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E4B

Black with #533E4B

Text Example


Text Example

White with #533E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E4B; }

 p { color: rgb(83,62,75); }

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

background-color css

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

 a { background-color: rgb(83,62,75); }

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

border-color css

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

 span { border-color: rgb(83,62,75); }

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