Html Css Color HEX #471556 Scarlet Gum

📋 copy color: '#471556'

red 71 ◦ green 21 ◦ blue 86

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

Shades of Scarlet Gum #471556

Tints of Scarlet Gum #471556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 39.89%
G = 11.8%
B = 48.31%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471556 (or 0x471556) is known color: Scarlet Gum. HEX triplet: 47, 15 and 56. RGB value is (71,21,86). Sum of RGB (Red+Green+Blue) = 71+21+86=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #471556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471556 is #B8EAA9. Grayscale: #2B2B2B. Windows color (decimal): -12118698 or 5641543. OLE color: 5641543.

HSL color Cylindrical-coordinate representation of color #471556: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471556 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 21 86 -
CMYK 0.17 0.76 0 0.66
HSL 286.15º 0.61% 0.21% -
HSV(B) 286.15º 0.76% 0.34% -
XYZ 4.55 2.55 9.06 -
YUV 43.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 71 21 86 0.17 0.76 0 0.66 286.15 0.61 0.21
Hex 47 15 56 11 4C 0 42 11E 3D 15
Octal 107 25 126 21 114 0 102 436 75 25
Binary 1000111 10101 1010110 10001 1001100 0 1000010 100011110 111101 10101

Color Harmonies of #471556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471556

Black with #471556

Text Example


Text Example

White with #471556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471556; }

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

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

background-color css

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

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

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

border-color css

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

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

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