Html Css Color HEX #492554 Scarlet Gum

📋 copy color: '#492554'

red 73 ◦ green 37 ◦ blue 84

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

Shades of Scarlet Gum #492554

Tints of Scarlet Gum #492554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 37.63%
G = 19.07%
B = 43.3%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492554 (or 0x492554) is known color: Scarlet Gum. HEX triplet: 49, 25 and 54. RGB value is (73,37,84). Sum of RGB (Red+Green+Blue) = 73+37+84=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #492554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492554 is #B6DAAB. Grayscale: #343434. Windows color (decimal): -11983532 or 5514569. OLE color: 5514569.

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

Color convert

RGB 73 37 84 -
CMYK 0.13 0.56 0 0.67
HSL 285.96º 0.39% 0.24% -
HSV(B) 285.96º 0.56% 0.33% -
XYZ 5.01 3.38 8.78 -
YUV 53.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 73 37 84 0.13 0.56 0 0.67 285.96 0.39 0.24
Hex 49 25 54 D 38 0 43 11E 27 18
Octal 111 45 124 15 70 0 103 436 47 30
Binary 1001001 100101 1010100 1101 111000 0 1000011 100011110 100111 11000

Color Harmonies of #492554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492554

Black with #492554

Text Example


Text Example

White with #492554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492554; }

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

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

background-color css

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

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

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

border-color css

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

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

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