Html Css Color HEX #49065C Scarlet Gum

📋 copy color: '#49065C'

red 73 ◦ green 6 ◦ blue 92

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

Shades of Scarlet Gum #49065C

Tints of Scarlet Gum #49065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 42.69%
G = 3.51%
B = 53.8%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49065C (or 0x49065C) is known color: Scarlet Gum. HEX triplet: 49, 06 and 5C. RGB value is (73,6,92). Sum of RGB (Red+Green+Blue) = 73+6+92=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #49065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49065C is #B6F9A3. Grayscale: #232323. Windows color (decimal): -11991460 or 6030921. OLE color: 6030921.

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

Color convert

RGB 73 6 92 -
CMYK 0.21 0.93 0 0.64
HSL 286.74º 0.88% 0.19% -
HSV(B) 286.74º 0.93% 0.36% -
XYZ 4.74 2.32 10.32 -
YUV 35.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 73 6 92 0.21 0.93 0 0.64 286.74 0.88 0.19
Hex 49 6 5C 15 5D 0 40 11F 58 13
Octal 111 6 134 25 135 0 100 437 130 23
Binary 1001001 110 1011100 10101 1011101 0 1000000 100011111 1011000 10011

Color Harmonies of #49065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49065C

Black with #49065C

Text Example


Text Example

White with #49065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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