Html Css Color HEX #49265C Scarlet Gum

📋 copy color: '#49265C'

red 73 ◦ green 38 ◦ blue 92

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

Shades of Scarlet Gum #49265C

Tints of Scarlet Gum #49265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 35.96%
G = 18.72%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49265C (or 0x49265C) is known color: Scarlet Gum. HEX triplet: 49, 26 and 5C. RGB value is (73,38,92). Sum of RGB (Red+Green+Blue) = 73+38+92=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #49265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49265C is #B6D9A3. Grayscale: #363636. Windows color (decimal): -11983268 or 6039113. OLE color: 6039113.

HSL color Cylindrical-coordinate representation of color #49265C: hue angle of 278.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49265C is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 38 92 -
CMYK 0.21 0.59 0 0.64
HSL 278.89º 0.42% 0.25% -
HSV(B) 278.89º 0.59% 0.36% -
XYZ 5.37 3.58 10.53 -
YUV 54.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 73 38 92 0.21 0.59 0 0.64 278.89 0.42 0.25
Hex 49 26 5C 15 3B 0 40 117 2A 19
Octal 111 46 134 25 73 0 100 427 52 31
Binary 1001001 100110 1011100 10101 111011 0 1000000 100010111 101010 11001

Color Harmonies of #49265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49265C

Black with #49265C

Text Example


Text Example

White with #49265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49265C; }

 p { color: rgb(73,38,92); }

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

background-color css

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

 a { background-color: rgb(73,38,92); }

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

border-color css

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

 span { border-color: rgb(73,38,92); }

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