Html Css Color HEX #492C55 Scarlet Gum

📋 copy color: '#492C55'

red 73 ◦ green 44 ◦ blue 85

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

Shades of Scarlet Gum #492C55

Tints of Scarlet Gum #492C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 36.14%
G = 21.78%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492C55 (or 0x492C55) is known color: Scarlet Gum. HEX triplet: 49, 2C and 55. RGB value is (73,44,85). Sum of RGB (Red+Green+Blue) = 73+44+85=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #492C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C55 is #B6D3AA. Grayscale: #393939. Windows color (decimal): -11981739 or 5581897. OLE color: 5581897.

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

Color convert

RGB 73 44 85 -
CMYK 0.14 0.48 0 0.67
HSL 282.44º 0.32% 0.25% -
HSV(B) 282.44º 0.48% 0.33% -
XYZ 5.29 3.87 9.06 -
YUV 57.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 73 44 85 0.14 0.48 0 0.67 282.44 0.32 0.25
Hex 49 2C 55 E 30 0 43 11A 20 19
Octal 111 54 125 16 60 0 103 432 40 31
Binary 1001001 101100 1010101 1110 110000 0 1000011 100011010 100000 11001

Color Harmonies of #492C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C55

Black with #492C55

Text Example


Text Example

White with #492C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,85); }

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

background-color css

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

 a { background-color: rgb(73,44,85); }

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

border-color css

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

 span { border-color: rgb(73,44,85); }

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