Html Css Color HEX #492C56 Scarlet Gum

📋 copy color: '#492C56'

red 73 ◦ green 44 ◦ blue 86

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

Shades of Scarlet Gum #492C56

Tints of Scarlet Gum #492C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 35.96%
G = 21.67%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492C56 (or 0x492C56) is known color: Scarlet Gum. HEX triplet: 49, 2C and 56. RGB value is (73,44,86). Sum of RGB (Red+Green+Blue) = 73+44+86=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #492C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C56 is #B6D3A9. Grayscale: #393939. Windows color (decimal): -11981738 or 5647433. OLE color: 5647433.

HSL color Cylindrical-coordinate representation of color #492C56: hue angle of 281.43º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492C56 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 44 86 -
CMYK 0.15 0.49 0 0.66
HSL 281.43º 0.32% 0.25% -
HSV(B) 281.43º 0.49% 0.34% -
XYZ 5.33 3.89 9.27 -
YUV 57.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 73 44 86 0.15 0.49 0 0.66 281.43 0.32 0.25
Hex 49 2C 56 F 31 0 42 119 20 19
Octal 111 54 126 17 61 0 102 431 40 31
Binary 1001001 101100 1010110 1111 110001 0 1000010 100011001 100000 11001

Color Harmonies of #492C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C56

Black with #492C56

Text Example


Text Example

White with #492C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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