#51215E

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

Shades of Scarlet Gum #51215E

Tints of Scarlet Gum #51215E

Color information

#51215E (or 0x51215E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 21 and 5E. RGB value is (81,33,94). Sum of RGB (Red+Green+Blue) = 81+33+94=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #51215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51215E is #AEDEA1. Grayscale: #363636. Windows color (decimal): -11460258 or 6168913. OLE color: 6168913.

HSL color Cylindrical-coordinate representation of color #51215E: hue angle of 287.21º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51215E is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB813394-
CMYK0.140.6500.63
HSL287.21º48.03%24.9%-
HSV(B)287.21º64.89%36.86%-
XYZ5.963.6510.98-
YUV54.31150.4147.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=38.94%
G=15.87%
B=45.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8133940.140.6500.63287.2148.0324.9
Hex51215EE4103F11f3019
Octal12141136161010774376031
Binary1010001100001101111011101000001011111110001111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51215E; }

 p { color: rgb(81,33,94); }

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

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

 a { background-color: rgb(81,33,94); }

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

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

 span { border-color: rgb(81,33,94); }

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