#51375E

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

Shades of Scarlet Gum #51375E

Tints of Scarlet Gum #51375E

Color information

#51375E (or 0x51375E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 37 and 5E. RGB value is (81,55,94). Sum of RGB (Red+Green+Blue) = 81+55+94=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #51375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51375E is #AEC8A1. Grayscale: #434343. Windows color (decimal): -11454626 or 6174545. OLE color: 6174545.

HSL color Cylindrical-coordinate representation of color #51375E: hue angle of 280º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51375E is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB815594-
CMYK0.140.4100.63
HSL280º26.17%29.22%-
HSV(B)280º41.49%36.86%-
XYZ6.785.2911.25-
YUV67.22143.11137.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=35.22%
G=23.91%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8155940.140.4100.6328026.1729.22
Hex51375EE2903F1181a1d
Octal1216713616510774303235
Binary10100011101111011110111010100101111111000110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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