Html Css Color HEX #513F5B Scarlet Gum

📋 copy color: '#513F5B'

red 81 ◦ green 63 ◦ blue 91

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

Shades of Scarlet Gum #513F5B

Tints of Scarlet Gum #513F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 34.47%
G = 26.81%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#513F5B (or 0x513F5B) is known color: Scarlet Gum. HEX triplet: 51, 3F and 5B. RGB value is (81,63,91). Sum of RGB (Red+Green+Blue) = 81+63+91=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #513F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F5B is #AEC0A4. Grayscale: #474747. Windows color (decimal): -11452581 or 5979985. OLE color: 5979985.

HSL color Cylindrical-coordinate representation of color #513F5B: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513F5B is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 63 91 -
CMYK 0.11 0.31 0 0.64
HSL 278.57º 0.18% 0.3% -
HSV(B) 278.57º 0.31% 0.36% -
XYZ 7.06 6.06 10.7 -
YUV 71.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 81 63 91 0.11 0.31 0 0.64 278.57 0.18 0.3
Hex 51 3F 5B B 1F 0 40 117 12 1E
Octal 121 77 133 13 37 0 100 427 22 36
Binary 1010001 111111 1011011 1011 11111 0 1000000 100010111 10010 11110

Color Harmonies of #513F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F5B

Black with #513F5B

Text Example


Text Example

White with #513F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,91); }

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

background-color css

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

 a { background-color: rgb(81,63,91); }

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

border-color css

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

 span { border-color: rgb(81,63,91); }

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