Html Css Color HEX #512861 Scarlet Gum

📋 copy color: '#512861'

red 81 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #512861

Tints of Scarlet Gum #512861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 37.16%
G = 18.35%
B = 44.5%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512861 (or 0x512861) is known color: Scarlet Gum. HEX triplet: 51, 28 and 61. RGB value is (81,40,97). Sum of RGB (Red+Green+Blue) = 81+40+97=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #512861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512861 is #AED79E. Grayscale: #3A3A3A. Windows color (decimal): -11458463 or 6367313. OLE color: 6367313.

HSL color Cylindrical-coordinate representation of color #512861: hue angle of 283.16º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512861 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 40 97 -
CMYK 0.16 0.59 0 0.62
HSL 283.16º 0.42% 0.27% -
HSV(B) 283.16º 0.59% 0.38% -
XYZ 6.31 4.13 11.77 -
YUV 58.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 81 40 97 0.16 0.59 0 0.62 283.16 0.42 0.27
Hex 51 28 61 10 3B 0 3E 11B 2A 1B
Octal 121 50 141 20 73 0 76 433 52 33
Binary 1010001 101000 1100001 10000 111011 0 111110 100011011 101010 11011

Color Harmonies of #512861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512861

Black with #512861

Text Example


Text Example

White with #512861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512861; }

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

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

background-color css

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

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

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

border-color css

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

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

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