Html Css Color HEX #471860 Scarlet Gum

📋 copy color: '#471860'

red 71 ◦ green 24 ◦ blue 96

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

Shades of Scarlet Gum #471860

Tints of Scarlet Gum #471860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 37.17%
G = 12.57%
B = 50.26%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471860 (or 0x471860) is known color: Scarlet Gum. HEX triplet: 47, 18 and 60. RGB value is (71,24,96). Sum of RGB (Red+Green+Blue) = 71+24+96=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #471860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471860 is #B8E79F. Grayscale: #2E2E2E. Windows color (decimal): -12117920 or 6297671. OLE color: 6297671.

HSL color Cylindrical-coordinate representation of color #471860: hue angle of 279.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471860 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 24 96 -
CMYK 0.26 0.75 0 0.62
HSL 279.17º 0.6% 0.24% -
HSV(B) 279.17º 0.75% 0.38% -
XYZ 5.04 2.84 11.35 -
YUV 46.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 71 24 96 0.26 0.75 0 0.62 279.17 0.6 0.24
Hex 47 18 60 1A 4B 0 3E 117 3C 18
Octal 107 30 140 32 113 0 76 427 74 30
Binary 1000111 11000 1100000 11010 1001011 0 111110 100010111 111100 11000

Color Harmonies of #471860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471860

Black with #471860

Text Example


Text Example

White with #471860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471860; }

 p { color: rgb(71,24,96); }

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

background-color css

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

 a { background-color: rgb(71,24,96); }

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

border-color css

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

 span { border-color: rgb(71,24,96); }

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