#51405A

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

Shades of Scarlet Gum #51405A

Tints of Scarlet Gum #51405A

Color information

#51405A (or 0x51405A) is unknown color: approx Scarlet Gum. HEX triplet: 51, 40 and 5A. RGB value is (81,64,90). Sum of RGB (Red+Green+Blue) = 81+64+90=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #51405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405A is #AEBFA5. Grayscale: #474747. Windows color (decimal): -11452326 or 5914705. OLE color: 5914705.

HSL color Cylindrical-coordinate representation of color #51405A: hue angle of 279.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51405A is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB816490-
CMYK0.10.2900.65
HSL279.23º16.88%30.2%-
HSV(B)279.23º28.89%35.29%-
XYZ7.076.1510.49-
YUV72.05138.13134.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=34.47%
G=27.23%
B=38.30%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8164900.10.2900.65279.2316.8830.2
Hex51405AA1D041117111e
Octal121100132123501014272136
Binary101000110000001011010101011101010000011000101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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