#51375B

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

Shades of Scarlet Gum #51375B

Tints of Scarlet Gum #51375B

Color information

#51375B (or 0x51375B) is unknown color: approx Scarlet Gum. HEX triplet: 51, 37 and 5B. RGB value is (81,55,91). Sum of RGB (Red+Green+Blue) = 81+55+91=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #51375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51375B is #AEC8A4. Grayscale: #424242. Windows color (decimal): -11454629 or 5977937. OLE color: 5977937.

HSL color Cylindrical-coordinate representation of color #51375B: hue angle of 283.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51375B is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB815591-
CMYK0.110.4000.64
HSL283.33º24.66%28.63%-
HSV(B)283.33º39.56%35.69%-
XYZ6.655.2410.56-
YUV66.88141.61138.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=35.68%
G=24.23%
B=40.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8155910.110.4000.64283.3324.6628.63
Hex51375BB2804011b191d
Octal12167133135001004333135
Binary101000111011110110111011101000010000001000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51375B; }

 p { color: rgb(81,55,91); }

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

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

 a { background-color: rgb(81,55,91); }

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

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

 span { border-color: rgb(81,55,91); }

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