#510C61

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

Shades of Scarlet Gum #510C61

Tints of Scarlet Gum #510C61

Color information

#510C61 (or 0x510C61) is unknown color: approx Scarlet Gum. HEX triplet: 51, 0C and 61. RGB value is (81,12,97). Sum of RGB (Red+Green+Blue) = 81+12+97=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #510C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C61 is #AEF39E. Grayscale: #2A2A2A. Windows color (decimal): -11465631 or 6360145. OLE color: 6360145.

HSL color Cylindrical-coordinate representation of color #510C61: hue angle of 288.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510C61 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB811297-
CMYK0.160.8800.62
HSL288.71º77.98%21.37%-
HSV(B)288.71º87.63%38.04%-
XYZ5.682.8811.56-
YUV42.32158.86155.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 12 (5.08% from 255) = 6.32%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=42.63%
G=6.32%
B=51.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8112970.160.8800.62288.7177.9821.37
Hex51C61105803E1214e15
Octal121141412013007644111625
Binary1010001110011000011000010110000111110100100001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510C61; }

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

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

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

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

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

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

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

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