Html Css Color HEX #492356 Scarlet Gum

📋 copy color: '#492356'

red 73 ◦ green 35 ◦ blue 86

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

Shades of Scarlet Gum #492356

Tints of Scarlet Gum #492356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.04%

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

R = 37.63%
G = 18.04%
B = 44.33%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#492356 (or 0x492356) is known color: Scarlet Gum. HEX triplet: 49, 23 and 56. RGB value is (73,35,86). Sum of RGB (Red+Green+Blue) = 73+35+86=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #492356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492356 is #B6DCA9. Grayscale: #343434. Windows color (decimal): -11984042 or 5645129. OLE color: 5645129.

HSL color Cylindrical-coordinate representation of color #492356: hue angle of 284.71º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #492356 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 35 86 -
CMYK 0.15 0.59 0 0.66
HSL 284.71º 0.42% 0.24% -
HSV(B) 284.71º 0.59% 0.34% -
XYZ 5.03 3.29 9.17 -
YUV 52.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 73 35 86 0.15 0.59 0 0.66 284.71 0.42 0.24
Hex 49 23 56 F 3B 0 42 11D 2A 18
Octal 111 43 126 17 73 0 102 435 52 30
Binary 1001001 100011 1010110 1111 111011 0 1000010 100011101 101010 11000

Color Harmonies of #492356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492356

Black with #492356

Text Example


Text Example

White with #492356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492356; }

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

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

background-color css

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

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

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

border-color css

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

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

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