Html Css Color HEX #492354 Scarlet Gum

📋 copy color: '#492354'

red 73 ◦ green 35 ◦ blue 84

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

Shades of Scarlet Gum #492354

Tints of Scarlet Gum #492354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 38.02%
G = 18.23%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492354 (or 0x492354) is known color: Scarlet Gum. HEX triplet: 49, 23 and 54. RGB value is (73,35,84). Sum of RGB (Red+Green+Blue) = 73+35+84=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #492354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492354 is #B6DCAB. Grayscale: #333333. Windows color (decimal): -11984044 or 5514057. OLE color: 5514057.

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

Color convert

RGB 73 35 84 -
CMYK 0.13 0.58 0 0.67
HSL 286.53º 0.41% 0.23% -
HSV(B) 286.53º 0.58% 0.33% -
XYZ 4.95 3.26 8.76 -
YUV 51.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 73 35 84 0.13 0.58 0 0.67 286.53 0.41 0.23
Hex 49 23 54 D 3A 0 43 11F 29 17
Octal 111 43 124 15 72 0 103 437 51 27
Binary 1001001 100011 1010100 1101 111010 0 1000011 100011111 101001 10111

Color Harmonies of #492354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492354

Black with #492354

Text Example


Text Example

White with #492354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492354; }

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

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

background-color css

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

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

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

border-color css

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

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

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