Html Css Color HEX #472959 Scarlet Gum

📋 copy color: '#472959'

red 71 ◦ green 41 ◦ blue 89

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

Shades of Scarlet Gum #472959

Tints of Scarlet Gum #472959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

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

R = 35.32%
G = 20.4%
B = 44.28%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472959 (or 0x472959) is known color: Scarlet Gum. HEX triplet: 47, 29 and 59. RGB value is (71,41,89). Sum of RGB (Red+Green+Blue) = 71+41+89=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #472959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472959 is #B8D6A6. Grayscale: #373737. Windows color (decimal): -12113575 or 5843271. OLE color: 5843271.

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

Color convert

RGB 71 41 89 -
CMYK 0.20 0.54 0 0.65
HSL 277.5º 0.37% 0.25% -
HSV(B) 277.5º 0.54% 0.35% -
XYZ 5.19 3.65 9.88 -
YUV 55.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 71 41 89 0.20 0.54 0 0.65 277.5 0.37 0.25
Hex 47 29 59 14 36 0 41 116 25 19
Octal 107 51 131 24 66 0 101 426 45 31
Binary 1000111 101001 1011001 10100 110110 0 1000001 100010110 100101 11001

Color Harmonies of #472959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472959

Black with #472959

Text Example


Text Example

White with #472959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472959; }

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

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

background-color css

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

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

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

border-color css

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

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

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