Html Css Color HEX #491058 Scarlet Gum

📋 copy color: '#491058'

red 73 ◦ green 16 ◦ blue 88

#491058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #491058

Tints of Scarlet Gum #491058

RGB

 RED value IS 73 (28.91% from 255) = 41.24%

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 41.24%
G = 9.04%
B = 49.72%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491058 (or 0x491058) is known color: Scarlet Gum. HEX triplet: 49, 10 and 58. RGB value is (73,16,88). Sum of RGB (Red+Green+Blue) = 73+16+88=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #491058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491058 is #B6EFA7. Grayscale: #292929. Windows color (decimal): -11988904 or 5771337. OLE color: 5771337.

HSL color Cylindrical-coordinate representation of color #491058: hue angle of 287.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491058 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 16 88 -
CMYK 0.17 0.82 0 0.65
HSL 287.5º 0.69% 0.2% -
HSV(B) 287.5º 0.82% 0.35% -
XYZ 4.69 2.49 9.47 -
YUV 41.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 73 16 88 0.17 0.82 0 0.65 287.5 0.69 0.2
Hex 49 10 58 11 52 0 41 120 45 14
Octal 111 20 130 21 122 0 101 440 105 24
Binary 1001001 10000 1011000 10001 1010010 0 1000001 100100000 1000101 10100

Color Harmonies of #491058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491058

Black with #491058

Text Example


Text Example

White with #491058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491058; }

 p { color: rgb(73,16,88); }

 H1.HeaderClassName
 {
   color: #491058;
 }
 .AnyTagClassName
 {
   color: #491058;
 }
</style>

background-color css

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

 a { background-color: rgb(73,16,88); }

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

border-color css

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

 span { border-color: rgb(73,16,88); }

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