#512062

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

Shades of Scarlet Gum #512062

Tints of Scarlet Gum #512062

Color information

#512062 (or 0x512062) is unknown color: approx Scarlet Gum. HEX triplet: 51, 20 and 62. RGB value is (81,32,98). Sum of RGB (Red+Green+Blue) = 81+32+98=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #512062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512062 is #AEDF9D. Grayscale: #353535. Windows color (decimal): -11460510 or 6430801. OLE color: 6430801.

HSL color Cylindrical-coordinate representation of color #512062: hue angle of 284.55º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512062 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB813298-
CMYK0.170.6700.62
HSL284.55º50.77%25.49%-
HSV(B)284.55º67.35%38.43%-
XYZ6.113.6611.94-
YUV54.18152.73147.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=38.39%
G=15.17%
B=46.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8132980.170.6700.62284.5550.7725.49
Hex512062114303E11d3319
Octal12140142211030764356331
Binary10100011000001100010100011000011011111010001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512062; }

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

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

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

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

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

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

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

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