#51255D

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

Shades of Scarlet Gum #51255D

Tints of Scarlet Gum #51255D

Color information

#51255D (or 0x51255D) is unknown color: approx Scarlet Gum. HEX triplet: 51, 25 and 5D. RGB value is (81,37,93). Sum of RGB (Red+Green+Blue) = 81+37+93=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #51255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51255D is #AEDAA2. Grayscale: #383838. Windows color (decimal): -11459235 or 6104401. OLE color: 6104401.

HSL color Cylindrical-coordinate representation of color #51255D: hue angle of 287.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51255D is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB813793-
CMYK0.130.6000.64
HSL287.14º43.08%25.49%-
HSV(B)287.14º60.22%36.47%-
XYZ6.033.8610.78-
YUV56.54148.58145.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=38.39%
G=17.54%
B=44.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8137930.130.6000.64287.1443.0825.49
Hex51255DD3C04011f2b19
Octal12145135157401004375331
Binary1010001100101101110111011111000100000010001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51255D; }

 p { color: rgb(81,37,93); }

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

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

 a { background-color: rgb(81,37,93); }

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

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

 span { border-color: rgb(81,37,93); }

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