Html Css Color HEX #533F4E Purple Taupe

📋 copy color: '#533F4E'

red 83 ◦ green 63 ◦ blue 78

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

Shades of Purple Taupe #533F4E

Tints of Purple Taupe #533F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 37.05%
G = 28.13%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#533F4E (or 0x533F4E) is known color: Purple Taupe. HEX triplet: 53, 3F and 4E. RGB value is (83,63,78). Sum of RGB (Red+Green+Blue) = 83+63+78=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #533F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F4E is #ACC0B1. Grayscale: #464646. Windows color (decimal): -11321522 or 5128019. OLE color: 5128019.

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

Color convert

RGB 83 63 78 -
CMYK 0 0.24 0.06 0.67
HSL 315º 0.14% 0.29% -
HSV(B) 315º 0.24% 0.33% -
XYZ 6.72 5.94 8 -
YUV 70.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 83 63 78 0 0.24 0.06 0.67 315 0.14 0.29
Hex 53 3F 4E 0 18 6 43 13B E 1D
Octal 123 77 116 0 30 6 103 473 16 35
Binary 1010011 111111 1001110 0 11000 110 1000011 100111011 1110 11101

Color Harmonies of #533F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F4E

Black with #533F4E

Text Example


Text Example

White with #533F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,78); }

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

background-color css

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

 a { background-color: rgb(83,63,78); }

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

border-color css

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

 span { border-color: rgb(83,63,78); }

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