#511267

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

Shades of Scarlet Gum #511267

Tints of Scarlet Gum #511267

Color information

#511267 (or 0x511267) is unknown color: approx Scarlet Gum. HEX triplet: 51, 12 and 67. RGB value is (81,18,103). Sum of RGB (Red+Green+Blue) = 81+18+103=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #511267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511267 is #AEED98. Grayscale: #2E2E2E. Windows color (decimal): -11464089 or 6754897. OLE color: 6754897.

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

Color convert

RGB8118103-
CMYK0.210.8300.60
HSL284.47º70.25%23.73%-
HSV(B)284.47º82.52%40.39%-
XYZ6.063.1613.12-
YUV46.53159.87152.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 103 (40.62% from 255) = 50.99%
R=40.10%
G=8.91%
B=50.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81181030.210.8300.60284.4770.2523.73
Hex511267155303C11c4618
Octal121221472512307443410630
Binary10100011001011001111010110100110111100100011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511267; }

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

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

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

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

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

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

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

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