#491B5D

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

Shades of Scarlet Gum #491B5D

Tints of Scarlet Gum #491B5D

Color information

#491B5D (or 0x491B5D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1B and 5D. RGB value is (73,27,93). Sum of RGB (Red+Green+Blue) = 73+27+93=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #491B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B5D is #B6E4A2. Grayscale: #303030. Windows color (decimal): -11986083 or 6101833. OLE color: 6101833.

HSL color Cylindrical-coordinate representation of color #491B5D: hue angle of 281.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491B5D is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB732793-
CMYK0.220.7100.64
HSL281.82º55%23.53%-
HSV(B)281.82º70.97%36.47%-
XYZ5.122.9910.66-
YUV48.28153.24145.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=37.82%
G=13.99%
B=48.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7327930.220.7100.64281.825523.53
Hex491B5D164704011a3718
Octal111331352610701004326730
Binary10010011101110111011011010001110100000010001101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491B5D; }

 p { color: rgb(73,27,93); }

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

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

 a { background-color: rgb(73,27,93); }

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

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

 span { border-color: rgb(73,27,93); }

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