Html Css Color HEX #493750 Scarlet Gum

📋 copy color: '#493750'

red 73 ◦ green 55 ◦ blue 80

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

Shades of Scarlet Gum #493750

Tints of Scarlet Gum #493750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 35.1%
G = 26.44%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493750 (or 0x493750) is known color: Scarlet Gum. HEX triplet: 49, 37 and 50. RGB value is (73,55,80). Sum of RGB (Red+Green+Blue) = 73+55+80=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #493750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493750 is #B6C8AF. Grayscale: #3F3F3F. Windows color (decimal): -11978928 or 5257033. OLE color: 5257033.

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

Color convert

RGB 73 55 80 -
CMYK 0.09 0.31 0 0.69
HSL 283.2º 0.19% 0.26% -
HSV(B) 283.2º 0.31% 0.31% -
XYZ 5.56 4.73 8.21 -
YUV 63.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 73 55 80 0.09 0.31 0 0.69 283.2 0.19 0.26
Hex 49 37 50 9 1F 0 45 11B 13 1A
Octal 111 67 120 11 37 0 105 433 23 32
Binary 1001001 110111 1010000 1001 11111 0 1000101 100011011 10011 11010

Color Harmonies of #493750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493750

Black with #493750

Text Example


Text Example

White with #493750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493750; }

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

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

background-color css

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

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

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

border-color css

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

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

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