Html Css Color HEX #512361 Scarlet Gum

📋 copy color: '#512361'

red 81 ◦ green 35 ◦ blue 97

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

Shades of Scarlet Gum #512361

Tints of Scarlet Gum #512361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 38.03%
G = 16.43%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512361 (or 0x512361) is known color: Scarlet Gum. HEX triplet: 51, 23 and 61. RGB value is (81,35,97). Sum of RGB (Red+Green+Blue) = 81+35+97=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #512361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512361 is #AEDC9E. Grayscale: #373737. Windows color (decimal): -11459743 or 6366033. OLE color: 6366033.

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

Color convert

RGB 81 35 97 -
CMYK 0.16 0.64 0 0.62
HSL 284.52º 0.47% 0.26% -
HSV(B) 284.52º 0.64% 0.38% -
XYZ 6.15 3.81 11.72 -
YUV 55.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 81 35 97 0.16 0.64 0 0.62 284.52 0.47 0.26
Hex 51 23 61 10 40 0 3E 11D 2F 1A
Octal 121 43 141 20 100 0 76 435 57 32
Binary 1010001 100011 1100001 10000 1000000 0 111110 100011101 101111 11010

Color Harmonies of #512361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512361

Black with #512361

Text Example


Text Example

White with #512361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512361; }

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

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

background-color css

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

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

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

border-color css

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

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

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