Html Css Color HEX #493350 Scarlet Gum

📋 copy color: '#493350'

red 73 ◦ green 51 ◦ blue 80

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

Shades of Scarlet Gum #493350

Tints of Scarlet Gum #493350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 35.78%
G = 25%
B = 39.22%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#493350 (or 0x493350) is known color: Scarlet Gum. HEX triplet: 49, 33 and 50. RGB value is (73,51,80). Sum of RGB (Red+Green+Blue) = 73+51+80=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #493350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493350 is #B6CCAF. Grayscale: #3C3C3C. Windows color (decimal): -11979952 or 5256009. OLE color: 5256009.

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

Color convert

RGB 73 51 80 -
CMYK 0.09 0.36 0 0.69
HSL 285.52º 0.22% 0.26% -
HSV(B) 285.52º 0.36% 0.31% -
XYZ 5.38 4.36 8.15 -
YUV 60.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 73 51 80 0.09 0.36 0 0.69 285.52 0.22 0.26
Hex 49 33 50 9 24 0 45 11E 16 1A
Octal 111 63 120 11 44 0 105 436 26 32
Binary 1001001 110011 1010000 1001 100100 0 1000101 100011110 10110 11010

Color Harmonies of #493350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493350

Black with #493350

Text Example


Text Example

White with #493350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493350; }

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

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

background-color css

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

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

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

border-color css

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

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

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