#512365

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

Shades of Scarlet Gum #512365

Tints of Scarlet Gum #512365

Color information

#512365 (or 0x512365) is unknown color: approx Scarlet Gum. HEX triplet: 51, 23 and 65. RGB value is (81,35,101). Sum of RGB (Red+Green+Blue) = 81+35+101=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #512365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512365 is #AEDC9A. Grayscale: #383838. Windows color (decimal): -11459739 or 6628177. OLE color: 6628177.

HSL color Cylindrical-coordinate representation of color #512365: hue angle of 281.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512365 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8135101-
CMYK0.200.6500.60
HSL281.82º48.53%26.67%-
HSV(B)281.82º65.35%39.61%-
XYZ6.343.8912.73-
YUV56.28153.24145.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=37.33%
G=16.13%
B=46.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81351010.200.6500.60281.8248.5326.67
Hex512365144103C11a311b
Octal12143145241010744326133
Binary10100011000111100101101001000001011110010001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512365; }

 p { color: rgb(81,35,101); }

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

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

 a { background-color: rgb(81,35,101); }

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

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

 span { border-color: rgb(81,35,101); }

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