Html Css Color HEX #492A54 Scarlet Gum

📋 copy color: '#492A54'

red 73 ◦ green 42 ◦ blue 84

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

Shades of Scarlet Gum #492A54

Tints of Scarlet Gum #492A54

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

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

R = 36.68%
G = 21.11%
B = 42.21%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492A54 (or 0x492A54) is known color: Scarlet Gum. HEX triplet: 49, 2A and 54. RGB value is (73,42,84). Sum of RGB (Red+Green+Blue) = 73+42+84=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #492A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A54 is #B6D5AB. Grayscale: #373737. Windows color (decimal): -11982252 or 5515849. OLE color: 5515849.

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

Color convert

RGB 73 42 84 -
CMYK 0.13 0.5 0 0.67
HSL 284.29º 0.33% 0.25% -
HSV(B) 284.29º 0.5% 0.33% -
XYZ 5.18 3.71 8.83 -
YUV 56.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 73 42 84 0.13 0.5 0 0.67 284.29 0.33 0.25
Hex 49 2A 54 D 32 0 43 11C 21 19
Octal 111 52 124 15 62 0 103 434 41 31
Binary 1001001 101010 1010100 1101 110010 0 1000011 100011100 100001 11001

Color Harmonies of #492A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A54

Black with #492A54

Text Example


Text Example

White with #492A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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