#491356

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

Shades of Scarlet Gum #491356

Tints of Scarlet Gum #491356

Color information

#491356 (or 0x491356) is unknown color: approx Scarlet Gum. HEX triplet: 49, 13 and 56. RGB value is (73,19,86). Sum of RGB (Red+Green+Blue) = 73+19+86=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #491356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491356 is #B6ECA9. Grayscale: #2A2A2A. Windows color (decimal): -11988138 or 5641033. OLE color: 5641033.

HSL color Cylindrical-coordinate representation of color #491356: hue angle of 288.36º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491356 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB731986-
CMYK0.150.7800.66
HSL288.36º63.81%20.59%-
HSV(B)288.36º77.91%33.73%-
XYZ4.662.559.05-
YUV42.78152.39149.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=41.01%
G=10.67%
B=48.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7319860.150.7800.66288.3663.8120.59
Hex491356F4E0421204015
Octal1112312617116010244010025
Binary10010011001110101101111100111001000010100100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491356; }

 p { color: rgb(73,19,86); }

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

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

 a { background-color: rgb(73,19,86); }

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

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

 span { border-color: rgb(73,19,86); }

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