#51415A

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

Shades of Scarlet Gum #51415A

Tints of Scarlet Gum #51415A

Color information

#51415A (or 0x51415A) is unknown color: approx Scarlet Gum. HEX triplet: 51, 41 and 5A. RGB value is (81,65,90). Sum of RGB (Red+Green+Blue) = 81+65+90=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #51415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415A is #AEBEA5. Grayscale: #484848. Windows color (decimal): -11452070 or 5914961. OLE color: 5914961.

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

Color convert

RGB816590-
CMYK0.10.2800.65
HSL278.4º16.13%30.39%-
HSV(B)278.4º27.78%35.29%-
XYZ7.136.2710.51-
YUV72.63137.8133.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=34.32%
G=27.54%
B=38.14%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8165900.10.2800.65278.416.1330.39
Hex51415AA1C041116101e
Octal121101132123401014262036
Binary101000110000011011010101011100010000011000101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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