Html Css Color HEX #513063 Scarlet Gum

📋 copy color: '#513063'

red 81 ◦ green 48 ◦ blue 99

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

Shades of Scarlet Gum #513063

Tints of Scarlet Gum #513063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 35.53%
G = 21.05%
B = 43.42%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#513063 (or 0x513063) is known color: Scarlet Gum. HEX triplet: 51, 30 and 63. RGB value is (81,48,99). Sum of RGB (Red+Green+Blue) = 81+48+99=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #513063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513063 is #AECF9C. Grayscale: #3F3F3F. Windows color (decimal): -11456413 or 6500433. OLE color: 6500433.

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

Color convert

RGB 81 48 99 -
CMYK 0.18 0.52 0 0.61
HSL 278.82º 0.35% 0.29% -
HSV(B) 278.82º 0.52% 0.39% -
XYZ 6.7 4.76 12.37 -
YUV 63.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 81 48 99 0.18 0.52 0 0.61 278.82 0.35 0.29
Hex 51 30 63 12 34 0 3D 117 23 1D
Octal 121 60 143 22 64 0 75 427 43 35
Binary 1010001 110000 1100011 10010 110100 0 111101 100010111 100011 11101

Color Harmonies of #513063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513063

Black with #513063

Text Example


Text Example

White with #513063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513063; }

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

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

background-color css

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

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

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

border-color css

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

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

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