Html Css Color HEX #533C4B Purple Taupe

📋 copy color: '#533C4B'

red 83 ◦ green 60 ◦ blue 75

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

Shades of Purple Taupe #533C4B

Tints of Purple Taupe #533C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

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

R = 38.07%
G = 27.52%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#533C4B (or 0x533C4B) is known color: Purple Taupe. HEX triplet: 53, 3C and 4B. RGB value is (83,60,75). Sum of RGB (Red+Green+Blue) = 83+60+75=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C4B is #ACC3B4. Grayscale: #444444. Windows color (decimal): -11322293 or 4930643. OLE color: 4930643.

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

Color convert

RGB 83 60 75 -
CMYK 0 0.28 0.10 0.67
HSL 320.87º 0.16% 0.28% -
HSV(B) 320.87º 0.28% 0.33% -
XYZ 6.45 5.58 7.39 -
YUV 68.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 83 60 75 0 0.28 0.10 0.67 320.87 0.16 0.28
Hex 53 3C 4B 0 1C A 43 141 10 1C
Octal 123 74 113 0 34 12 103 501 20 34
Binary 1010011 111100 1001011 0 11100 1010 1000011 101000001 10000 11100

Color Harmonies of #533C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C4B

Black with #533C4B

Text Example


Text Example

White with #533C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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