Html Css Color HEX #492365 Scarlet Gum

📋 copy color: '#492365'

red 73 ◦ green 35 ◦ blue 101

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

Shades of Scarlet Gum #492365

Tints of Scarlet Gum #492365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 34.93%
G = 16.75%
B = 48.33%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#492365 (or 0x492365) is known color: Scarlet Gum. HEX triplet: 49, 23 and 65. RGB value is (73,35,101). Sum of RGB (Red+Green+Blue) = 73+35+101=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #492365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492365 is #B6DC9A. Grayscale: #353535. Windows color (decimal): -11984027 or 6628169. OLE color: 6628169.

HSL color Cylindrical-coordinate representation of color #492365: hue angle of 274.55º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492365 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 35 101 -
CMYK 0.28 0.65 0 0.60
HSL 274.55º 0.49% 0.27% -
HSV(B) 274.55º 0.65% 0.4% -
XYZ 5.7 3.56 12.7 -
YUV 53.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 73 35 101 0.28 0.65 0 0.60 274.55 0.49 0.27
Hex 49 23 65 1C 41 0 3C 113 31 1B
Octal 111 43 145 34 101 0 74 423 61 33
Binary 1001001 100011 1100101 11100 1000001 0 111100 100010011 110001 11011

Color Harmonies of #492365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492365

Black with #492365

Text Example


Text Example

White with #492365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492365; }

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

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

background-color css

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

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

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

border-color css

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

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

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