#513065

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

Shades of Scarlet Gum #513065

Tints of Scarlet Gum #513065

Color information

#513065 (or 0x513065) is unknown color: approx Scarlet Gum. HEX triplet: 51, 30 and 65. RGB value is (81,48,101). Sum of RGB (Red+Green+Blue) = 81+48+101=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #513065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513065 is #AECF9A. Grayscale: #3F3F3F. Windows color (decimal): -11456411 or 6631505. OLE color: 6631505.

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

Color convert

RGB8148101-
CMYK0.200.5200.60
HSL277.36º35.57%29.22%-
HSV(B)277.36º52.48%39.61%-
XYZ6.84.812.88-
YUV63.91148.93140.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=35.22%
G=20.87%
B=43.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81481010.200.5200.60277.3635.5729.22
Hex513065143403C115241d
Octal1216014524640744254435
Binary1010001110000110010110100110100011110010001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513065; }

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

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

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

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

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

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

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

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