Html Css Color HEX #491D63 Scarlet Gum

📋 copy color: '#491D63'

red 73 ◦ green 29 ◦ blue 99

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

Shades of Scarlet Gum #491D63

Tints of Scarlet Gum #491D63

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.43%

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

R = 36.32%
G = 14.43%
B = 49.25%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#491D63 (or 0x491D63) is known color: Scarlet Gum. HEX triplet: 49, 1D and 63. RGB value is (73,29,99). Sum of RGB (Red+Green+Blue) = 73+29+99=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #491D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D63 is #B6E29C. Grayscale: #313131. Windows color (decimal): -11985565 or 6495561. OLE color: 6495561.

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

Color convert

RGB 73 29 99 -
CMYK 0.26 0.71 0 0.61
HSL 277.71º 0.55% 0.25% -
HSV(B) 277.71º 0.71% 0.39% -
XYZ 5.44 3.2 12.13 -
YUV 50.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 73 29 99 0.26 0.71 0 0.61 277.71 0.55 0.25
Hex 49 1D 63 1A 47 0 3D 116 37 19
Octal 111 35 143 32 107 0 75 426 67 31
Binary 1001001 11101 1100011 11010 1000111 0 111101 100010110 110111 11001

Color Harmonies of #491D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D63

Black with #491D63

Text Example


Text Example

White with #491D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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