Html Css Color HEX #492355 Scarlet Gum

📋 copy color: '#492355'

red 73 ◦ green 35 ◦ blue 85

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

Shades of Scarlet Gum #492355

Tints of Scarlet Gum #492355

RGB

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

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

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

R = 37.82%
G = 18.13%
B = 44.04%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#492355 (or 0x492355) is known color: Scarlet Gum. HEX triplet: 49, 23 and 55. RGB value is (73,35,85). Sum of RGB (Red+Green+Blue) = 73+35+85=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #492355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492355 is #B6DCAA. Grayscale: #333333. Windows color (decimal): -11984043 or 5579593. OLE color: 5579593.

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

Color convert

RGB 73 35 85 -
CMYK 0.14 0.59 0 0.67
HSL 285.6º 0.42% 0.24% -
HSV(B) 285.6º 0.59% 0.33% -
XYZ 4.99 3.27 8.96 -
YUV 52.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 73 35 85 0.14 0.59 0 0.67 285.6 0.42 0.24
Hex 49 23 55 E 3B 0 43 11E 2A 18
Octal 111 43 125 16 73 0 103 436 52 30
Binary 1001001 100011 1010101 1110 111011 0 1000011 100011110 101010 11000

Color Harmonies of #492355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492355

Black with #492355

Text Example


Text Example

White with #492355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492355; }

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

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

background-color css

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

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

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

border-color css

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

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

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