#511968

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

Shades of Scarlet Gum #511968

Tints of Scarlet Gum #511968

Color information

#511968 (or 0x511968) is unknown color: approx Scarlet Gum. HEX triplet: 51, 19 and 68. RGB value is (81,25,104). Sum of RGB (Red+Green+Blue) = 81+25+104=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #511968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511968 is #AEE697. Grayscale: #323232. Windows color (decimal): -11462296 or 6822225. OLE color: 6822225.

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

Color convert

RGB8125104-
CMYK0.220.7600.59
HSL282.53º61.24%25.29%-
HSV(B)282.53º75.96%40.78%-
XYZ6.243.4413.43-
YUV50.75158.05149.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=38.57%
G=11.90%
B=49.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81251040.220.7600.59282.5361.2425.29
Hex511968164C03B11b3d19
Octal12131150261140734337531
Binary1010001110011101000101101001100011101110001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511968; }

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

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

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

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

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

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

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

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