#511967

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

Shades of Scarlet Gum #511967

Tints of Scarlet Gum #511967

Color information

#511967 (or 0x511967) is unknown color: approx Scarlet Gum. HEX triplet: 51, 19 and 67. RGB value is (81,25,103). Sum of RGB (Red+Green+Blue) = 81+25+103=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #511967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511967 is #AEE698. Grayscale: #323232. Windows color (decimal): -11462297 or 6756689. OLE color: 6756689.

HSL color Cylindrical-coordinate representation of color #511967: hue angle of 283.08º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511967 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8125103-
CMYK0.210.7600.60
HSL283.08º60.94%25.1%-
HSV(B)283.08º75.73%40.39%-
XYZ6.193.4213.17-
YUV50.64157.55149.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=38.76%
G=11.96%
B=49.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81251030.210.7600.60283.0860.9425.1
Hex511967154C03C11b3d19
Octal12131147251140744337531
Binary1010001110011100111101011001100011110010001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511967; }

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

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

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

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

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

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

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

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