Html Css Color HEX #512661 Scarlet Gum

📋 copy color: '#512661'

red 81 ◦ green 38 ◦ blue 97

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

Shades of Scarlet Gum #512661

Tints of Scarlet Gum #512661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 37.5%
G = 17.59%
B = 44.91%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#512661 (or 0x512661) is known color: Scarlet Gum. HEX triplet: 51, 26 and 61. RGB value is (81,38,97). Sum of RGB (Red+Green+Blue) = 81+38+97=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #512661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512661 is #AED99E. Grayscale: #393939. Windows color (decimal): -11458975 or 6366801. OLE color: 6366801.

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

Color convert

RGB 81 38 97 -
CMYK 0.16 0.61 0 0.62
HSL 283.73º 0.44% 0.26% -
HSV(B) 283.73º 0.61% 0.38% -
XYZ 6.24 4 11.75 -
YUV 57.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 81 38 97 0.16 0.61 0 0.62 283.73 0.44 0.26
Hex 51 26 61 10 3D 0 3E 11C 2C 1A
Octal 121 46 141 20 75 0 76 434 54 32
Binary 1010001 100110 1100001 10000 111101 0 111110 100011100 101100 11010

Color Harmonies of #512661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512661

Black with #512661

Text Example


Text Example

White with #512661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512661; }

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

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

background-color css

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

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

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

border-color css

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

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

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