#51146B

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

Shades of Scarlet Gum #51146B

Tints of Scarlet Gum #51146B

Color information

#51146B (or 0x51146B) is unknown color: approx Scarlet Gum. HEX triplet: 51, 14 and 6B. RGB value is (81,20,107). Sum of RGB (Red+Green+Blue) = 81+20+107=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #51146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51146B is #AEEB94. Grayscale: #2F2F2F. Windows color (decimal): -11463573 or 7017553. OLE color: 7017553.

HSL color Cylindrical-coordinate representation of color #51146B: hue angle of 282.07º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51146B is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8120107-
CMYK0.240.8100.58
HSL282.07º68.5%24.9%-
HSV(B)282.07º81.31%41.96%-
XYZ6.33.3114.22-
YUV48.16161.21151.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=38.94%
G=9.62%
B=51.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81201070.240.8100.58282.0768.524.9
Hex51146B185103A11a4519
Octal121241533012107243210531
Binary10100011010011010111100010100010111010100011010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51146B; }

 p { color: rgb(81,20,107); }

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

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

 a { background-color: rgb(81,20,107); }

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

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

 span { border-color: rgb(81,20,107); }

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