#511861

Color #511861 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #511861

Tints of Scarlet Gum #511861

Color information

#511861 (or 0x511861) is unknown color: approx Scarlet Gum. HEX triplet: 51, 18 and 61. RGB value is (81,24,97). Sum of RGB (Red+Green+Blue) = 81+24+97=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #511861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511861 is #AEE79E. Grayscale: #313131. Windows color (decimal): -11462559 or 6363217. OLE color: 6363217.

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

Color convert

RGB812497-
CMYK0.160.7500.62
HSL286.85º60.33%23.73%-
HSV(B)286.85º75.26%38.04%-
XYZ5.883.2711.63-
YUV49.36154.88150.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=40.10%
G=11.88%
B=48.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8124970.160.7500.62286.8560.3323.73
Hex511861104B03E11f3c18
Octal12130141201130764377430
Binary1010001110001100001100001001011011111010001111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511861; }

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

 H1.HeaderClassName
 {
   color: #511861;
 }
 .AnyTagClassName
 {
   color: #511861;
 }
</style>
background-color css

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

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

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

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

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

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