Html Css Color HEX #49365C Scarlet Gum

📋 copy color: '#49365C'

red 73 ◦ green 54 ◦ blue 92

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

Shades of Scarlet Gum #49365C

Tints of Scarlet Gum #49365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

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

R = 33.33%
G = 24.66%
B = 42.01%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49365C (or 0x49365C) is known color: Scarlet Gum. HEX triplet: 49, 36 and 5C. RGB value is (73,54,92). Sum of RGB (Red+Green+Blue) = 73+54+92=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #49365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365C is #B6C9A3. Grayscale: #3F3F3F. Windows color (decimal): -11979172 or 6043209. OLE color: 6043209.

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

Color convert

RGB 73 54 92 -
CMYK 0.21 0.41 0 0.64
HSL 270º 0.26% 0.29% -
HSV(B) 270º 0.41% 0.36% -
XYZ 6 4.83 10.74 -
YUV 64.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 73 54 92 0.21 0.41 0 0.64 270 0.26 0.29
Hex 49 36 5C 15 29 0 40 10E 1A 1D
Octal 111 66 134 25 51 0 100 416 32 35
Binary 1001001 110110 1011100 10101 101001 0 1000000 100001110 11010 11101

Color Harmonies of #49365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49365C

Black with #49365C

Text Example


Text Example

White with #49365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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