Html Css Color HEX #471459 Scarlet Gum

📋 copy color: '#471459'

red 71 ◦ green 20 ◦ blue 89

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

Shades of Scarlet Gum #471459

Tints of Scarlet Gum #471459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 39.44%
G = 11.11%
B = 49.44%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471459 (or 0x471459) is known color: Scarlet Gum. HEX triplet: 47, 14 and 59. RGB value is (71,20,89). Sum of RGB (Red+Green+Blue) = 71+20+89=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #471459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471459 is #B8EBA6. Grayscale: #2A2A2A. Windows color (decimal): -12118951 or 5837895. OLE color: 5837895.

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

Color convert

RGB 71 20 89 -
CMYK 0.20 0.78 0 0.65
HSL 284.35º 0.63% 0.21% -
HSV(B) 284.35º 0.78% 0.35% -
XYZ 4.65 2.56 9.7 -
YUV 43.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 71 20 89 0.20 0.78 0 0.65 284.35 0.63 0.21
Hex 47 14 59 14 4E 0 41 11C 3F 15
Octal 107 24 131 24 116 0 101 434 77 25
Binary 1000111 10100 1011001 10100 1001110 0 1000001 100011100 111111 10101

Color Harmonies of #471459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471459

Black with #471459

Text Example


Text Example

White with #471459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471459; }

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

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

background-color css

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

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

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

border-color css

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

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

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