Html Css Color HEX #492054 Scarlet Gum

📋 copy color: '#492054'

red 73 ◦ green 32 ◦ blue 84

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

Shades of Scarlet Gum #492054

Tints of Scarlet Gum #492054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 38.62%
G = 16.93%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492054 (or 0x492054) is known color: Scarlet Gum. HEX triplet: 49, 20 and 54. RGB value is (73,32,84). Sum of RGB (Red+Green+Blue) = 73+32+84=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #492054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492054 is #B6DFAB. Grayscale: #323232. Windows color (decimal): -11984812 or 5513289. OLE color: 5513289.

HSL color Cylindrical-coordinate representation of color #492054: hue angle of 287.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492054 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 32 84 -
CMYK 0.13 0.62 0 0.67
HSL 287.31º 0.45% 0.23% -
HSV(B) 287.31º 0.62% 0.33% -
XYZ 4.86 3.09 8.73 -
YUV 50.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 73 32 84 0.13 0.62 0 0.67 287.31 0.45 0.23
Hex 49 20 54 D 3E 0 43 11F 2D 17
Octal 111 40 124 15 76 0 103 437 55 27
Binary 1001001 100000 1010100 1101 111110 0 1000011 100011111 101101 10111

Color Harmonies of #492054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492054

Black with #492054

Text Example


Text Example

White with #492054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492054; }

 p { color: rgb(73,32,84); }

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

background-color css

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

 a { background-color: rgb(73,32,84); }

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

border-color css

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

 span { border-color: rgb(73,32,84); }

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