Html Css Color HEX #511961 Scarlet Gum

📋 copy color: '#511961'

red 81 ◦ green 25 ◦ blue 97

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

Shades of Scarlet Gum #511961

Tints of Scarlet Gum #511961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 39.9%
G = 12.32%
B = 47.78%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511961 (or 0x511961) is known color: Scarlet Gum. HEX triplet: 51, 19 and 61. RGB value is (81,25,97). Sum of RGB (Red+Green+Blue) = 81+25+97=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #511961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511961 is #AEE69E. Grayscale: #313131. Windows color (decimal): -11462303 or 6363473. OLE color: 6363473.

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

Color convert

RGB 81 25 97 -
CMYK 0.16 0.74 0 0.62
HSL 286.67º 0.59% 0.24% -
HSV(B) 286.67º 0.74% 0.38% -
XYZ 5.9 3.31 11.64 -
YUV 49.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 81 25 97 0.16 0.74 0 0.62 286.67 0.59 0.24
Hex 51 19 61 10 4A 0 3E 11F 3B 18
Octal 121 31 141 20 112 0 76 437 73 30
Binary 1010001 11001 1100001 10000 1001010 0 111110 100011111 111011 11000

Color Harmonies of #511961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511961

Black with #511961

Text Example


Text Example

White with #511961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511961; }

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

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

background-color css

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

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

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

border-color css

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

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

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