Html Css Color HEX #53394B Purple Taupe

📋 copy color: '#53394B'

red 83 ◦ green 57 ◦ blue 75

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

Shades of Purple Taupe #53394B

Tints of Purple Taupe #53394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 38.6%
G = 26.51%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53394B (or 0x53394B) is known color: Purple Taupe. HEX triplet: 53, 39 and 4B. RGB value is (83,57,75). Sum of RGB (Red+Green+Blue) = 83+57+75=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53394B is #ACC6B4. Grayscale: #424242. Windows color (decimal): -11323061 or 4929875. OLE color: 4929875.

HSL color Cylindrical-coordinate representation of color #53394B: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53394B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 75 -
CMYK 0 0.31 0.10 0.67
HSL 318.46º 0.19% 0.27% -
HSV(B) 318.46º 0.31% 0.33% -
XYZ 6.3 5.27 7.34 -
YUV 66.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 83 57 75 0 0.31 0.10 0.67 318.46 0.19 0.27
Hex 53 39 4B 0 1F A 43 13E 13 1B
Octal 123 71 113 0 37 12 103 476 23 33
Binary 1010011 111001 1001011 0 11111 1010 1000011 100111110 10011 11011

Color Harmonies of #53394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53394B

Black with #53394B

Text Example


Text Example

White with #53394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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