Html Css Color HEX #491F63 Scarlet Gum

📋 copy color: '#491F63'

red 73 ◦ green 31 ◦ blue 99

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

Shades of Scarlet Gum #491F63

Tints of Scarlet Gum #491F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.27%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 35.96%
G = 15.27%
B = 48.77%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491F63 (or 0x491F63) is known color: Scarlet Gum. HEX triplet: 49, 1F and 63. RGB value is (73,31,99). Sum of RGB (Red+Green+Blue) = 73+31+99=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #491F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F63 is #B6E09C. Grayscale: #333333. Windows color (decimal): -11985053 or 6496073. OLE color: 6496073.

HSL color Cylindrical-coordinate representation of color #491F63: hue angle of 277.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #491F63 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 31 99 -
CMYK 0.26 0.69 0 0.61
HSL 277.06º 0.52% 0.25% -
HSV(B) 277.06º 0.69% 0.39% -
XYZ 5.49 3.3 12.15 -
YUV 51.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 73 31 99 0.26 0.69 0 0.61 277.06 0.52 0.25
Hex 49 1F 63 1A 45 0 3D 115 34 19
Octal 111 37 143 32 105 0 75 425 64 31
Binary 1001001 11111 1100011 11010 1000101 0 111101 100010101 110100 11001

Color Harmonies of #491F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F63

Black with #491F63

Text Example


Text Example

White with #491F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,99); }

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

background-color css

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

 a { background-color: rgb(73,31,99); }

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

border-color css

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

 span { border-color: rgb(73,31,99); }

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