Html Css Color HEX #52394B Purple Taupe

📋 copy color: '#52394B'

red 82 ◦ green 57 ◦ blue 75

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

Shades of Purple Taupe #52394B

Tints of Purple Taupe #52394B

RGB

 RED value IS 82 (32.42% from 255) = 38.32%

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

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

R = 38.32%
G = 26.64%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52394B (or 0x52394B) is known color: Purple Taupe. HEX triplet: 52, 39 and 4B. RGB value is (82,57,75). Sum of RGB (Red+Green+Blue) = 82+57+75=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52394B is #ADC6B4. Grayscale: #424242. Windows color (decimal): -11388597 or 4929874. OLE color: 4929874.

HSL color Cylindrical-coordinate representation of color #52394B: hue angle of 316.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52394B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 75 -
CMYK 0 0.30 0.09 0.68
HSL 316.8º 0.18% 0.27% -
HSV(B) 316.8º 0.3% 0.32% -
XYZ 6.21 5.23 7.34 -
YUV 66.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 82 57 75 0 0.30 0.09 0.68 316.8 0.18 0.27
Hex 52 39 4B 0 1E 9 44 13D 12 1B
Octal 122 71 113 0 36 11 104 475 22 33
Binary 1010010 111001 1001011 0 11110 1001 1000100 100111101 10010 11011

Color Harmonies of #52394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52394B

Black with #52394B

Text Example


Text Example

White with #52394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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