#511865

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

Shades of Scarlet Gum #511865

Tints of Scarlet Gum #511865

Color information

#511865 (or 0x511865) is unknown color: approx Scarlet Gum. HEX triplet: 51, 18 and 65. RGB value is (81,24,101). Sum of RGB (Red+Green+Blue) = 81+24+101=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #511865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511865 is #AEE79A. Grayscale: #313131. Windows color (decimal): -11462555 or 6625361. OLE color: 6625361.

HSL color Cylindrical-coordinate representation of color #511865: hue angle of 284.42º degrees, saturation: 0.62, 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 #511865 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8124101-
CMYK0.200.7600.60
HSL284.42º61.6%24.51%-
HSV(B)284.42º76.24%39.61%-
XYZ6.073.3412.64-
YUV49.82156.88150.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=39.32%
G=11.65%
B=49.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81241010.200.7600.60284.4261.624.51
Hex511865144C03C11c3e19
Octal12130145241140744347631
Binary1010001110001100101101001001100011110010001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511865; }

 p { color: rgb(81,24,101); }

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

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

 a { background-color: rgb(81,24,101); }

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

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

 span { border-color: rgb(81,24,101); }

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