#512069

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

Shades of Scarlet Gum #512069

Tints of Scarlet Gum #512069

Color information

#512069 (or 0x512069) is unknown color: approx Scarlet Gum. HEX triplet: 51, 20 and 69. RGB value is (81,32,105). Sum of RGB (Red+Green+Blue) = 81+32+105=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #512069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512069 is #AEDF96. Grayscale: #363636. Windows color (decimal): -11460503 or 6889553. OLE color: 6889553.

HSL color Cylindrical-coordinate representation of color #512069: hue angle of 280.27º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512069 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8132105-
CMYK0.230.7000.59
HSL280.27º53.28%26.86%-
HSV(B)280.27º69.52%41.18%-
XYZ6.463.813.76-
YUV54.97156.23146.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=37.16%
G=14.68%
B=48.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81321050.230.7000.59280.2753.2826.86
Hex512069174603B118351b
Octal12140151271060734306533
Binary10100011000001101001101111000110011101110001100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512069; }

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

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

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

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

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

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

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

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