Html Css Color HEX #493C50 Scarlet Gum

📋 copy color: '#493C50'

red 73 ◦ green 60 ◦ blue 80

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

Shades of Scarlet Gum #493C50

Tints of Scarlet Gum #493C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 34.27%
G = 28.17%
B = 37.56%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493C50 (or 0x493C50) is known color: Scarlet Gum. HEX triplet: 49, 3C and 50. RGB value is (73,60,80). Sum of RGB (Red+Green+Blue) = 73+60+80=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #493C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C50 is #B6C3AF. Grayscale: #424242. Windows color (decimal): -11977648 or 5258313. OLE color: 5258313.

HSL color Cylindrical-coordinate representation of color #493C50: hue angle of 279º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #493C50 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 60 80 -
CMYK 0.09 0.25 0 0.69
HSL 279º 0.14% 0.27% -
HSV(B) 279º 0.25% 0.31% -
XYZ 5.81 5.23 8.29 -
YUV 66.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 73 60 80 0.09 0.25 0 0.69 279 0.14 0.27
Hex 49 3C 50 9 19 0 45 117 E 1B
Octal 111 74 120 11 31 0 105 427 16 33
Binary 1001001 111100 1010000 1001 11001 0 1000101 100010111 1110 11011

Color Harmonies of #493C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C50

Black with #493C50

Text Example


Text Example

White with #493C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C50; }

 p { color: rgb(73,60,80); }

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

background-color css

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

 a { background-color: rgb(73,60,80); }

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

border-color css

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

 span { border-color: rgb(73,60,80); }

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