Html Css Color HEX #493153 Scarlet Gum

📋 copy color: '#493153'

red 73 ◦ green 49 ◦ blue 83

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

Shades of Scarlet Gum #493153

Tints of Scarlet Gum #493153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.49%

R = 35.61%
G = 23.9%
B = 40.49%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493153 (or 0x493153) is known color: Scarlet Gum. HEX triplet: 49, 31 and 53. RGB value is (73,49,83). Sum of RGB (Red+Green+Blue) = 73+49+83=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #493153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493153 is #B6CEAC. Grayscale: #3B3B3B. Windows color (decimal): -11980461 or 5452105. OLE color: 5452105.

HSL color Cylindrical-coordinate representation of color #493153: hue angle of 282.35º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493153 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 49 83 -
CMYK 0.12 0.41 0 0.67
HSL 282.35º 0.26% 0.26% -
HSV(B) 282.35º 0.41% 0.33% -
XYZ 5.41 4.24 8.72 -
YUV 60.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 73 49 83 0.12 0.41 0 0.67 282.35 0.26 0.26
Hex 49 31 53 C 29 0 43 11A 1A 1A
Octal 111 61 123 14 51 0 103 432 32 32
Binary 1001001 110001 1010011 1100 101001 0 1000011 100011010 11010 11010

Color Harmonies of #493153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493153

Black with #493153

Text Example


Text Example

White with #493153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493153; }

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

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

background-color css

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

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

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

border-color css

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

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

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