Html Css Color HEX #512461 Scarlet Gum

📋 copy color: '#512461'

red 81 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #512461

Tints of Scarlet Gum #512461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 37.85%
G = 16.82%
B = 45.33%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512461 (or 0x512461) is known color: Scarlet Gum. HEX triplet: 51, 24 and 61. RGB value is (81,36,97). Sum of RGB (Red+Green+Blue) = 81+36+97=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #512461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512461 is #AEDB9E. Grayscale: #383838. Windows color (decimal): -11459487 or 6366289. OLE color: 6366289.

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

Color convert

RGB 81 36 97 -
CMYK 0.16 0.63 0 0.62
HSL 284.26º 0.46% 0.26% -
HSV(B) 284.26º 0.63% 0.38% -
XYZ 6.18 3.87 11.73 -
YUV 56.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 81 36 97 0.16 0.63 0 0.62 284.26 0.46 0.26
Hex 51 24 61 10 3F 0 3E 11C 2E 1A
Octal 121 44 141 20 77 0 76 434 56 32
Binary 1010001 100100 1100001 10000 111111 0 111110 100011100 101110 11010

Color Harmonies of #512461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512461

Black with #512461

Text Example


Text Example

White with #512461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512461; }

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

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

background-color css

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

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

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

border-color css

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

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

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