Html Css Color HEX #512863 Scarlet Gum

📋 copy color: '#512863'

red 81 ◦ green 40 ◦ blue 99

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

Shades of Scarlet Gum #512863

Tints of Scarlet Gum #512863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

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

R = 36.82%
G = 18.18%
B = 45%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512863 (or 0x512863) is known color: Scarlet Gum. HEX triplet: 51, 28 and 63. RGB value is (81,40,99). Sum of RGB (Red+Green+Blue) = 81+40+99=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #512863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512863 is #AED79C. Grayscale: #3A3A3A. Windows color (decimal): -11458461 or 6498385. OLE color: 6498385.

HSL color Cylindrical-coordinate representation of color #512863: hue angle of 281.69º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512863 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 40 99 -
CMYK 0.18 0.60 0 0.61
HSL 281.69º 0.42% 0.27% -
HSV(B) 281.69º 0.6% 0.39% -
XYZ 6.4 4.17 12.27 -
YUV 58.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 81 40 99 0.18 0.60 0 0.61 281.69 0.42 0.27
Hex 51 28 63 12 3C 0 3D 11A 2A 1B
Octal 121 50 143 22 74 0 75 432 52 33
Binary 1010001 101000 1100011 10010 111100 0 111101 100011010 101010 11011

Color Harmonies of #512863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512863

Black with #512863

Text Example


Text Example

White with #512863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512863; }

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

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

background-color css

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

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

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

border-color css

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

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

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