Html Css Color HEX #493151 Scarlet Gum

📋 copy color: '#493151'

red 73 ◦ green 49 ◦ blue 81

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

Shades of Scarlet Gum #493151

Tints of Scarlet Gum #493151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 35.96%
G = 24.14%
B = 39.9%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493151 (or 0x493151) is known color: Scarlet Gum. HEX triplet: 49, 31 and 51. RGB value is (73,49,81). Sum of RGB (Red+Green+Blue) = 73+49+81=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #493151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493151 is #B6CEAE. Grayscale: #3B3B3B. Windows color (decimal): -11980463 or 5321033. OLE color: 5321033.

HSL color Cylindrical-coordinate representation of color #493151: hue angle of 285º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493151 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 49 81 -
CMYK 0.10 0.40 0 0.68
HSL 285º 0.25% 0.25% -
HSV(B) 285º 0.4% 0.32% -
XYZ 5.33 4.21 8.32 -
YUV 59.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 73 49 81 0.10 0.40 0 0.68 285 0.25 0.25
Hex 49 31 51 A 28 0 44 11D 19 19
Octal 111 61 121 12 50 0 104 435 31 31
Binary 1001001 110001 1010001 1010 101000 0 1000100 100011101 11001 11001

Color Harmonies of #493151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493151

Black with #493151

Text Example


Text Example

White with #493151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493151; }

 p { color: rgb(73,49,81); }

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

background-color css

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

 a { background-color: rgb(73,49,81); }

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

border-color css

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

 span { border-color: rgb(73,49,81); }

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