#51405B

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

Shades of Scarlet Gum #51405B

Tints of Scarlet Gum #51405B

Color information

#51405B (or 0x51405B) is unknown color: approx Scarlet Gum. HEX triplet: 51, 40 and 5B. RGB value is (81,64,91). Sum of RGB (Red+Green+Blue) = 81+64+91=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #51405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405B is #AEBFA4. Grayscale: #484848. Windows color (decimal): -11452325 or 5980241. OLE color: 5980241.

HSL color Cylindrical-coordinate representation of color #51405B: hue angle of 277.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51405B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB816491-
CMYK0.110.3000.64
HSL277.78º17.42%30.39%-
HSV(B)277.78º29.67%35.69%-
XYZ7.126.1710.71-
YUV72.16138.63134.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=34.32%
G=27.12%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8164910.110.3000.64277.7817.4230.39
Hex51405BB1E040116111e
Octal121100133133601004262136
Binary101000110000001011011101111110010000001000101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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