Html Css Color HEX #491B57 Scarlet Gum

📋 copy color: '#491B57'

red 73 ◦ green 27 ◦ blue 87

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

Shades of Scarlet Gum #491B57

Tints of Scarlet Gum #491B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.44%

 BLUE value IS 87 (34.38% from 255) = 46.52%

R = 39.04%
G = 14.44%
B = 46.52%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#491B57 (or 0x491B57) is known color: Scarlet Gum. HEX triplet: 49, 1B and 57. RGB value is (73,27,87). Sum of RGB (Red+Green+Blue) = 73+27+87=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #491B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B57 is #B6E4A8. Grayscale: #2F2F2F. Windows color (decimal): -11986089 or 5708617. OLE color: 5708617.

HSL color Cylindrical-coordinate representation of color #491B57: hue angle of 286º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #491B57 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 27 87 -
CMYK 0.16 0.69 0 0.66
HSL 286º 0.53% 0.22% -
HSV(B) 286º 0.69% 0.34% -
XYZ 4.86 2.89 9.32 -
YUV 47.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 73 27 87 0.16 0.69 0 0.66 286 0.53 0.22
Hex 49 1B 57 10 45 0 42 11E 35 16
Octal 111 33 127 20 105 0 102 436 65 26
Binary 1001001 11011 1010111 10000 1000101 0 1000010 100011110 110101 10110

Color Harmonies of #491B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B57

Black with #491B57

Text Example


Text Example

White with #491B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,87); }

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

background-color css

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

 a { background-color: rgb(73,27,87); }

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

border-color css

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

 span { border-color: rgb(73,27,87); }

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