Html Css Color HEX #493851 Scarlet Gum

📋 copy color: '#493851'

red 73 ◦ green 56 ◦ blue 81

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

Shades of Scarlet Gum #493851

Tints of Scarlet Gum #493851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 34.76%
G = 26.67%
B = 38.57%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493851 (or 0x493851) is known color: Scarlet Gum. HEX triplet: 49, 38 and 51. RGB value is (73,56,81). Sum of RGB (Red+Green+Blue) = 73+56+81=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #493851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493851 is #B6C7AE. Grayscale: #3F3F3F. Windows color (decimal): -11978671 or 5322825. OLE color: 5322825.

HSL color Cylindrical-coordinate representation of color #493851: hue angle of 280.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #493851 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 56 81 -
CMYK 0.10 0.31 0 0.68
HSL 280.8º 0.18% 0.27% -
HSV(B) 280.8º 0.31% 0.32% -
XYZ 5.65 4.84 8.42 -
YUV 63.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 73 56 81 0.10 0.31 0 0.68 280.8 0.18 0.27
Hex 49 38 51 A 1F 0 44 119 12 1B
Octal 111 70 121 12 37 0 104 431 22 33
Binary 1001001 111000 1010001 1010 11111 0 1000100 100011001 10010 11011

Color Harmonies of #493851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493851

Black with #493851

Text Example


Text Example

White with #493851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493851; }

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

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

background-color css

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

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

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

border-color css

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

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

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