Html Css Color HEX #513363 Scarlet Gum

📋 copy color: '#513363'

red 81 ◦ green 51 ◦ blue 99

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

Shades of Scarlet Gum #513363

Tints of Scarlet Gum #513363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 35.06%
G = 22.08%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#513363 (or 0x513363) is known color: Scarlet Gum. HEX triplet: 51, 33 and 63. RGB value is (81,51,99). Sum of RGB (Red+Green+Blue) = 81+51+99=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #513363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513363 is #AECC9C. Grayscale: #414141. Windows color (decimal): -11455645 or 6501201. OLE color: 6501201.

HSL color Cylindrical-coordinate representation of color #513363: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #513363 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 51 99 -
CMYK 0.18 0.48 0 0.61
HSL 277.5º 0.32% 0.29% -
HSV(B) 277.5º 0.48% 0.39% -
XYZ 6.83 5.02 12.41 -
YUV 65.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 81 51 99 0.18 0.48 0 0.61 277.5 0.32 0.29
Hex 51 33 63 12 30 0 3D 116 20 1D
Octal 121 63 143 22 60 0 75 426 40 35
Binary 1010001 110011 1100011 10010 110000 0 111101 100010110 100000 11101

Color Harmonies of #513363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513363

Black with #513363

Text Example


Text Example

White with #513363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513363; }

 p { color: rgb(81,51,99); }

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

background-color css

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

 a { background-color: rgb(81,51,99); }

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

border-color css

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

 span { border-color: rgb(81,51,99); }

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