Html Css Color HEX #493B53 Scarlet Gum

📋 copy color: '#493B53'

red 73 ◦ green 59 ◦ blue 83

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

Shades of Scarlet Gum #493B53

Tints of Scarlet Gum #493B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.44%

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

R = 33.95%
G = 27.44%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493B53 (or 0x493B53) is known color: Scarlet Gum. HEX triplet: 49, 3B and 53. RGB value is (73,59,83). Sum of RGB (Red+Green+Blue) = 73+59+83=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #493B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B53 is #B6C4AC. Grayscale: #414141. Windows color (decimal): -11977901 or 5454665. OLE color: 5454665.

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

Color convert

RGB 73 59 83 -
CMYK 0.12 0.29 0 0.67
HSL 275º 0.17% 0.28% -
HSV(B) 275º 0.29% 0.33% -
XYZ 5.87 5.17 8.87 -
YUV 65.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 73 59 83 0.12 0.29 0 0.67 275 0.17 0.28
Hex 49 3B 53 C 1D 0 43 113 11 1C
Octal 111 73 123 14 35 0 103 423 21 34
Binary 1001001 111011 1010011 1100 11101 0 1000011 100010011 10001 11100

Color Harmonies of #493B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B53

Black with #493B53

Text Example


Text Example

White with #493B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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