#511462

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

Shades of Scarlet Gum #511462

Tints of Scarlet Gum #511462

Color information

#511462 (or 0x511462) is unknown color: approx Scarlet Gum. HEX triplet: 51, 14 and 62. RGB value is (81,20,98). Sum of RGB (Red+Green+Blue) = 81+20+98=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #511462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511462 is #AEEB9D. Grayscale: #2E2E2E. Windows color (decimal): -11463582 or 6427729. OLE color: 6427729.

HSL color Cylindrical-coordinate representation of color #511462: hue angle of 286.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511462 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB812098-
CMYK0.170.8000.62
HSL286.92º66.1%23.14%-
HSV(B)286.92º79.59%38.43%-
XYZ5.853.1311.85-
YUV47.13156.71152.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=40.70%
G=10.05%
B=49.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8120980.170.8000.62286.9266.123.14
Hex511462115003E11f4217
Octal121241422112007643710227
Binary10100011010011000101000110100000111110100011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511462; }

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

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

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

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

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

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

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

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