Html Css Color HEX #493253 Scarlet Gum

📋 copy color: '#493253'

red 73 ◦ green 50 ◦ blue 83

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

Shades of Scarlet Gum #493253

Tints of Scarlet Gum #493253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 35.44%
G = 24.27%
B = 40.29%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493253 (or 0x493253) is known color: Scarlet Gum. HEX triplet: 49, 32 and 53. RGB value is (73,50,83). Sum of RGB (Red+Green+Blue) = 73+50+83=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #493253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493253 is #B6CDAC. Grayscale: #3C3C3C. Windows color (decimal): -11980205 or 5452361. OLE color: 5452361.

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

Color convert

RGB 73 50 83 -
CMYK 0.12 0.40 0 0.67
HSL 281.82º 0.25% 0.26% -
HSV(B) 281.82º 0.4% 0.33% -
XYZ 5.45 4.32 8.73 -
YUV 60.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 73 50 83 0.12 0.40 0 0.67 281.82 0.25 0.26
Hex 49 32 53 C 28 0 43 11A 19 1A
Octal 111 62 123 14 50 0 103 432 31 32
Binary 1001001 110010 1010011 1100 101000 0 1000011 100011010 11001 11010

Color Harmonies of #493253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493253

Black with #493253

Text Example


Text Example

White with #493253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493253; }

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

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

background-color css

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

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

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

border-color css

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

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

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