Html Css Color HEX #493255 Scarlet Gum

📋 copy color: '#493255'

red 73 ◦ green 50 ◦ blue 85

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

Shades of Scarlet Gum #493255

Tints of Scarlet Gum #493255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 35.1%
G = 24.04%
B = 40.87%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#493255 (or 0x493255) is known color: Scarlet Gum. HEX triplet: 49, 32 and 55. RGB value is (73,50,85). Sum of RGB (Red+Green+Blue) = 73+50+85=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #493255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493255 is #B6CDAA. Grayscale: #3C3C3C. Windows color (decimal): -11980203 or 5583433. OLE color: 5583433.

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

Color convert

RGB 73 50 85 -
CMYK 0.14 0.41 0 0.67
HSL 279.43º 0.26% 0.26% -
HSV(B) 279.43º 0.41% 0.33% -
XYZ 5.53 4.35 9.14 -
YUV 60.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 73 50 85 0.14 0.41 0 0.67 279.43 0.26 0.26
Hex 49 32 55 E 29 0 43 117 1A 1A
Octal 111 62 125 16 51 0 103 427 32 32
Binary 1001001 110010 1010101 1110 101001 0 1000011 100010111 11010 11010

Color Harmonies of #493255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493255

Black with #493255

Text Example


Text Example

White with #493255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493255; }

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

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

background-color css

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

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

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

border-color css

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

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

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