#512A65

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

Shades of Scarlet Gum #512A65

Tints of Scarlet Gum #512A65

Color information

#512A65 (or 0x512A65) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2A and 65. RGB value is (81,42,101). Sum of RGB (Red+Green+Blue) = 81+42+101=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #512A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A65 is #AED59A. Grayscale: #3C3C3C. Windows color (decimal): -11457947 or 6629969. OLE color: 6629969.

HSL color Cylindrical-coordinate representation of color #512A65: hue angle of 279.66º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512A65 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8142101-
CMYK0.200.5800.60
HSL279.66º41.26%28.04%-
HSV(B)279.66º58.42%39.61%-
XYZ6.574.3412.8-
YUV60.39150.92142.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=36.16%
G=18.75%
B=45.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81421010.200.5800.60279.6641.2628.04
Hex512A65143A03C118291c
Octal1215214524720744305134
Binary1010001101010110010110100111010011110010001100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A65; }

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

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

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

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

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

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

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

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