Html Css Color HEX #493853 Scarlet Gum

📋 copy color: '#493853'

red 73 ◦ green 56 ◦ blue 83

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

Shades of Scarlet Gum #493853

Tints of Scarlet Gum #493853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 34.43%
G = 26.42%
B = 39.15%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493853 (or 0x493853) is known color: Scarlet Gum. HEX triplet: 49, 38 and 53. RGB value is (73,56,83). Sum of RGB (Red+Green+Blue) = 73+56+83=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #493853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493853 is #B6C7AC. Grayscale: #404040. Windows color (decimal): -11978669 or 5453897. OLE color: 5453897.

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

Color convert

RGB 73 56 83 -
CMYK 0.12 0.33 0 0.67
HSL 277.78º 0.19% 0.27% -
HSV(B) 277.78º 0.33% 0.33% -
XYZ 5.72 4.87 8.82 -
YUV 64.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 73 56 83 0.12 0.33 0 0.67 277.78 0.19 0.27
Hex 49 38 53 C 21 0 43 116 13 1B
Octal 111 70 123 14 41 0 103 426 23 33
Binary 1001001 111000 1010011 1100 100001 0 1000011 100010110 10011 11011

Color Harmonies of #493853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493853

Black with #493853

Text Example


Text Example

White with #493853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493853; }

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

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

background-color css

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

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

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

border-color css

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

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

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