Html Css Color HEX #492A53 Scarlet Gum

📋 copy color: '#492A53'

red 73 ◦ green 42 ◦ blue 83

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

Shades of Scarlet Gum #492A53

Tints of Scarlet Gum #492A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 36.87%
G = 21.21%
B = 41.92%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492A53 (or 0x492A53) is known color: Scarlet Gum. HEX triplet: 49, 2A and 53. RGB value is (73,42,83). Sum of RGB (Red+Green+Blue) = 73+42+83=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #492A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A53 is #B6D5AC. Grayscale: #373737. Windows color (decimal): -11982253 or 5450313. OLE color: 5450313.

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

Color convert

RGB 73 42 83 -
CMYK 0.12 0.49 0 0.67
HSL 285.37º 0.33% 0.25% -
HSV(B) 285.37º 0.49% 0.33% -
XYZ 5.14 3.7 8.63 -
YUV 55.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 73 42 83 0.12 0.49 0 0.67 285.37 0.33 0.25
Hex 49 2A 53 C 31 0 43 11D 21 19
Octal 111 52 123 14 61 0 103 435 41 31
Binary 1001001 101010 1010011 1100 110001 0 1000011 100011101 100001 11001

Color Harmonies of #492A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A53

Black with #492A53

Text Example


Text Example

White with #492A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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