Html Css Color HEX #493550 Scarlet Gum

📋 copy color: '#493550'

red 73 ◦ green 53 ◦ blue 80

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

Shades of Scarlet Gum #493550

Tints of Scarlet Gum #493550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 35.44%
G = 25.73%
B = 38.83%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493550 (or 0x493550) is known color: Scarlet Gum. HEX triplet: 49, 35 and 50. RGB value is (73,53,80). Sum of RGB (Red+Green+Blue) = 73+53+80=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #493550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493550 is #B6CAAF. Grayscale: #3D3D3D. Windows color (decimal): -11979440 or 5256521. OLE color: 5256521.

HSL color Cylindrical-coordinate representation of color #493550: hue angle of 284.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493550 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 53 80 -
CMYK 0.09 0.34 0 0.69
HSL 284.44º 0.2% 0.26% -
HSV(B) 284.44º 0.34% 0.31% -
XYZ 5.47 4.54 8.18 -
YUV 62.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 73 53 80 0.09 0.34 0 0.69 284.44 0.2 0.26
Hex 49 35 50 9 22 0 45 11C 14 1A
Octal 111 65 120 11 42 0 105 434 24 32
Binary 1001001 110101 1010000 1001 100010 0 1000101 100011100 10100 11010

Color Harmonies of #493550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493550

Black with #493550

Text Example


Text Example

White with #493550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493550; }

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

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

background-color css

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

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

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

border-color css

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

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

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