#51245F

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

Shades of Scarlet Gum #51245F

Tints of Scarlet Gum #51245F

Color information

#51245F (or 0x51245F) is unknown color: approx Scarlet Gum. HEX triplet: 51, 24 and 5F. RGB value is (81,36,95). Sum of RGB (Red+Green+Blue) = 81+36+95=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #51245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51245F is #AEDBA0. Grayscale: #373737. Windows color (decimal): -11459489 or 6235217. OLE color: 6235217.

HSL color Cylindrical-coordinate representation of color #51245F: hue angle of 285.76º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51245F is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB813695-
CMYK0.150.6200.63
HSL285.76º45.04%25.69%-
HSV(B)285.76º62.11%37.25%-
XYZ6.093.8411.25-
YUV56.18149.91145.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=38.21%
G=16.98%
B=44.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8136950.150.6200.63285.7645.0425.69
Hex51245FF3E03F11e2d1a
Octal1214413717760774365532
Binary101000110010010111111111111110011111110001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51245F; }

 p { color: rgb(81,36,95); }

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

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

 a { background-color: rgb(81,36,95); }

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

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

 span { border-color: rgb(81,36,95); }

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