Html Css Color HEX #491556 Scarlet Gum

📋 copy color: '#491556'

red 73 ◦ green 21 ◦ blue 86

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

Shades of Scarlet Gum #491556

Tints of Scarlet Gum #491556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 86 (33.98% from 255) = 47.78%

R = 40.56%
G = 11.67%
B = 47.78%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#491556 (or 0x491556) is known color: Scarlet Gum. HEX triplet: 49, 15 and 56. RGB value is (73,21,86). Sum of RGB (Red+Green+Blue) = 73+21+86=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #491556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491556 is #B6EAA9. Grayscale: #2B2B2B. Windows color (decimal): -11987626 or 5641545. OLE color: 5641545.

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

Color convert

RGB 73 21 86 -
CMYK 0.15 0.76 0 0.66
HSL 288º 0.61% 0.21% -
HSV(B) 288º 0.76% 0.34% -
XYZ 4.7 2.62 9.06 -
YUV 43.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 73 21 86 0.15 0.76 0 0.66 288 0.61 0.21
Hex 49 15 56 F 4C 0 42 120 3D 15
Octal 111 25 126 17 114 0 102 440 75 25
Binary 1001001 10101 1010110 1111 1001100 0 1000010 100100000 111101 10101

Color Harmonies of #491556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491556

Black with #491556

Text Example


Text Example

White with #491556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491556; }

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

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

background-color css

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

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

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

border-color css

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

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

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