#51335F

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

Shades of Scarlet Gum #51335F

Tints of Scarlet Gum #51335F

Color information

#51335F (or 0x51335F) is unknown color: approx Scarlet Gum. HEX triplet: 51, 33 and 5F. RGB value is (81,51,95). Sum of RGB (Red+Green+Blue) = 81+51+95=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #51335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51335F is #AECCA0. Grayscale: #404040. Windows color (decimal): -11455649 or 6239057. OLE color: 6239057.

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

Color convert

RGB815195-
CMYK0.150.4600.63
HSL280.91º30.14%28.63%-
HSV(B)280.91º46.32%37.25%-
XYZ6.644.9411.43-
YUV64.99144.94139.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=35.68%
G=22.47%
B=41.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8151950.150.4600.63280.9130.1428.63
Hex51335FF2E03F1191e1d
Octal1216313717560774313635
Binary10100011100111011111111110111001111111000110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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