Html Css Color HEX #513D4B Purple Taupe

📋 copy color: '#513D4B'

red 81 ◦ green 61 ◦ blue 75

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

Shades of Purple Taupe #513D4B

Tints of Purple Taupe #513D4B

RGB

 RED value IS 81 (32.03% from 255) = 37.33%

 GREEN value IS 61 (24.22% from 255) = 28.11%

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

R = 37.33%
G = 28.11%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#513D4B (or 0x513D4B) is known color: Purple Taupe. HEX triplet: 51, 3D and 4B. RGB value is (81,61,75). Sum of RGB (Red+Green+Blue) = 81+61+75=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D4B is #AEC2B4. Grayscale: #444444. Windows color (decimal): -11453109 or 4930897. OLE color: 4930897.

HSL color Cylindrical-coordinate representation of color #513D4B: hue angle of 318º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D4B is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 75 -
CMYK 0 0.25 0.07 0.68
HSL 318º 0.14% 0.28% -
HSV(B) 318º 0.25% 0.32% -
XYZ 6.33 5.59 7.4 -
YUV 68.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 81 61 75 0 0.25 0.07 0.68 318 0.14 0.28
Hex 51 3D 4B 0 19 7 44 13E E 1C
Octal 121 75 113 0 31 7 104 476 16 34
Binary 1010001 111101 1001011 0 11001 111 1000100 100111110 1110 11100

Color Harmonies of #513D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D4B

Black with #513D4B

Text Example


Text Example

White with #513D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513D4B; }

 p { color: rgb(81,61,75); }

 H1.HeaderClassName
 {
   color: #513D4B;
 }
 .AnyTagClassName
 {
   color: #513D4B;
 }
</style>

background-color css

<style>
 a { background-color: #513D4B; }

 a { background-color: rgb(81,61,75); }

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

border-color css

<style>
 span { border-color: #513D4B; }

 span { border-color: rgb(81,61,75); }

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