Html Css Color HEX #491858 Scarlet Gum

📋 copy color: '#491858'

red 73 ◦ green 24 ◦ blue 88

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

Shades of Scarlet Gum #491858

Tints of Scarlet Gum #491858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.97%

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

R = 39.46%
G = 12.97%
B = 47.57%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#491858 (or 0x491858) is known color: Scarlet Gum. HEX triplet: 49, 18 and 58. RGB value is (73,24,88). Sum of RGB (Red+Green+Blue) = 73+24+88=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #491858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491858 is #B6E7A7. Grayscale: #2D2D2D. Windows color (decimal): -11986856 or 5773385. OLE color: 5773385.

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

Color convert

RGB 73 24 88 -
CMYK 0.17 0.73 0 0.65
HSL 285.94º 0.57% 0.22% -
HSV(B) 285.94º 0.73% 0.35% -
XYZ 4.84 2.77 9.51 -
YUV 45.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 73 24 88 0.17 0.73 0 0.65 285.94 0.57 0.22
Hex 49 18 58 11 49 0 41 11E 39 16
Octal 111 30 130 21 111 0 101 436 71 26
Binary 1001001 11000 1011000 10001 1001001 0 1000001 100011110 111001 10110

Color Harmonies of #491858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491858

Black with #491858

Text Example


Text Example

White with #491858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491858; }

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

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

background-color css

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

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

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

border-color css

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

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

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