Html Css Color HEX #471156 Scarlet Gum

📋 copy color: '#471156'

red 71 ◦ green 17 ◦ blue 86

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

Shades of Scarlet Gum #471156

Tints of Scarlet Gum #471156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 40.8%
G = 9.77%
B = 49.43%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471156 (or 0x471156) is known color: Scarlet Gum. HEX triplet: 47, 11 and 56. RGB value is (71,17,86). Sum of RGB (Red+Green+Blue) = 71+17+86=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #471156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471156 is #B8EEA9. Grayscale: #282828. Windows color (decimal): -12119722 or 5640519. OLE color: 5640519.

HSL color Cylindrical-coordinate representation of color #471156: hue angle of 286.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471156 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 17 86 -
CMYK 0.17 0.80 0 0.66
HSL 286.96º 0.67% 0.2% -
HSV(B) 286.96º 0.8% 0.34% -
XYZ 4.48 2.41 9.03 -
YUV 41.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 71 17 86 0.17 0.80 0 0.66 286.96 0.67 0.2
Hex 47 11 56 11 50 0 42 11F 43 14
Octal 107 21 126 21 120 0 102 437 103 24
Binary 1000111 10001 1010110 10001 1010000 0 1000010 100011111 1000011 10100

Color Harmonies of #471156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471156

Black with #471156

Text Example


Text Example

White with #471156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471156; }

 p { color: rgb(71,17,86); }

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

background-color css

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

 a { background-color: rgb(71,17,86); }

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

border-color css

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

 span { border-color: rgb(71,17,86); }

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