Html Css Color HEX #471059 Scarlet Gum

📋 copy color: '#471059'

red 71 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #471059

Tints of Scarlet Gum #471059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 40.34%
G = 9.09%
B = 50.57%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471059 (or 0x471059) is known color: Scarlet Gum. HEX triplet: 47, 10 and 59. RGB value is (71,16,89). Sum of RGB (Red+Green+Blue) = 71+16+89=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #471059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471059 is #B8EFA6. Grayscale: #282828. Windows color (decimal): -12119975 or 5836871. OLE color: 5836871.

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

Color convert

RGB 71 16 89 -
CMYK 0.20 0.82 0 0.65
HSL 285.21º 0.7% 0.21% -
HSV(B) 285.21º 0.82% 0.35% -
XYZ 4.59 2.43 9.68 -
YUV 40.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 71 16 89 0.20 0.82 0 0.65 285.21 0.7 0.21
Hex 47 10 59 14 52 0 41 11D 46 15
Octal 107 20 131 24 122 0 101 435 106 25
Binary 1000111 10000 1011001 10100 1010010 0 1000001 100011101 1000110 10101

Color Harmonies of #471059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471059

Black with #471059

Text Example


Text Example

White with #471059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471059; }

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

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

background-color css

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

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

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

border-color css

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

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

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