#521462

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

Shades of Scarlet Gum #521462

Tints of Scarlet Gum #521462

Color information

#521462 (or 0x521462) is unknown color: approx Scarlet Gum. HEX triplet: 52, 14 and 62. RGB value is (82,20,98). Sum of RGB (Red+Green+Blue) = 82+20+98=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #521462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521462 is #ADEB9D. Grayscale: #2F2F2F. Windows color (decimal): -11398046 or 6427730. OLE color: 6427730.

HSL color Cylindrical-coordinate representation of color #521462: hue angle of 287.69º 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 #521462 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB822098-
CMYK0.160.8000.62
HSL287.69º66.1%23.14%-
HSV(B)287.69º79.59%38.43%-
XYZ5.933.1811.86-
YUV47.43156.54152.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 98 (38.67% from 255) = 49%
R=41%
G=10%
B=49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8220980.160.8000.62287.6966.123.14
Hex521462105003E1204217
Octal122241422012007644010227
Binary10100101010011000101000010100000111110100100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521462; }

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

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

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

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

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

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

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

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