Html Css Color HEX #473159 Scarlet Gum

📋 copy color: '#473159'

red 71 ◦ green 49 ◦ blue 89

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

Shades of Scarlet Gum #473159

Tints of Scarlet Gum #473159

RGB

 RED value IS 71 (28.13% from 255) = 33.97%

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 33.97%
G = 23.44%
B = 42.58%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473159 (or 0x473159) is known color: Scarlet Gum. HEX triplet: 47, 31 and 59. RGB value is (71,49,89). Sum of RGB (Red+Green+Blue) = 71+49+89=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #473159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473159 is #B8CEA6. Grayscale: #3C3C3C. Windows color (decimal): -12111527 or 5845319. OLE color: 5845319.

HSL color Cylindrical-coordinate representation of color #473159: hue angle of 273º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473159 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 49 89 -
CMYK 0.20 0.45 0 0.65
HSL 273º 0.29% 0.27% -
HSV(B) 273º 0.45% 0.35% -
XYZ 5.5 4.26 9.98 -
YUV 60.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 71 49 89 0.20 0.45 0 0.65 273 0.29 0.27
Hex 47 31 59 14 2D 0 41 111 1D 1B
Octal 107 61 131 24 55 0 101 421 35 33
Binary 1000111 110001 1011001 10100 101101 0 1000001 100010001 11101 11011

Color Harmonies of #473159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473159

Black with #473159

Text Example


Text Example

White with #473159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473159; }

 p { color: rgb(71,49,89); }

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

background-color css

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

 a { background-color: rgb(71,49,89); }

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

border-color css

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

 span { border-color: rgb(71,49,89); }

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