#51325D

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

Shades of Scarlet Gum #51325D

Tints of Scarlet Gum #51325D

Color information

#51325D (or 0x51325D) is unknown color: approx Scarlet Gum. HEX triplet: 51, 32 and 5D. RGB value is (81,50,93). Sum of RGB (Red+Green+Blue) = 81+50+93=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #51325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51325D is #AECDA2. Grayscale: #404040. Windows color (decimal): -11455907 or 6107729. OLE color: 6107729.

HSL color Cylindrical-coordinate representation of color #51325D: hue angle of 283.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51325D is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB815093-
CMYK0.130.4600.64
HSL283.26º30.07%28.04%-
HSV(B)283.26º46.24%36.47%-
XYZ6.514.8210.94-
YUV64.17144.27140-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=36.16%
G=22.32%
B=41.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8150930.130.4600.64283.2630.0728.04
Hex51325DD2E04011b1e1c
Octal12162135155601004333634
Binary101000111001010111011101101110010000001000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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