Html Css Color HEX #493351 Scarlet Gum

📋 copy color: '#493351'

red 73 ◦ green 51 ◦ blue 81

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

Shades of Scarlet Gum #493351

Tints of Scarlet Gum #493351

RGB

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

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

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

R = 35.61%
G = 24.88%
B = 39.51%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#493351 (or 0x493351) is known color: Scarlet Gum. HEX triplet: 49, 33 and 51. RGB value is (73,51,81). Sum of RGB (Red+Green+Blue) = 73+51+81=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #493351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493351 is #B6CCAE. Grayscale: #3C3C3C. Windows color (decimal): -11979951 or 5321545. OLE color: 5321545.

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

Color convert

RGB 73 51 81 -
CMYK 0.10 0.37 0 0.68
HSL 284º 0.23% 0.26% -
HSV(B) 284º 0.37% 0.32% -
XYZ 5.42 4.38 8.34 -
YUV 61 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 73 51 81 0.10 0.37 0 0.68 284 0.23 0.26
Hex 49 33 51 A 25 0 44 11C 17 1A
Octal 111 63 121 12 45 0 104 434 27 32
Binary 1001001 110011 1010001 1010 100101 0 1000100 100011100 10111 11010

Color Harmonies of #493351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493351

Black with #493351

Text Example


Text Example

White with #493351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493351; }

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

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

background-color css

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

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

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

border-color css

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

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

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