Html Css Color HEX #471057 Scarlet Gum

📋 copy color: '#471057'

red 71 ◦ green 16 ◦ blue 87

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

Shades of Scarlet Gum #471057

Tints of Scarlet Gum #471057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50%

R = 40.8%
G = 9.2%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#471057 (or 0x471057) is known color: Scarlet Gum. HEX triplet: 47, 10 and 57. RGB value is (71,16,87). Sum of RGB (Red+Green+Blue) = 71+16+87=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #471057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471057 is #B8EFA8. Grayscale: #282828. Windows color (decimal): -12119977 or 5705799. OLE color: 5705799.

HSL color Cylindrical-coordinate representation of color #471057: hue angle of 286.48º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471057 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 16 87 -
CMYK 0.18 0.82 0 0.66
HSL 286.48º 0.69% 0.2% -
HSV(B) 286.48º 0.82% 0.34% -
XYZ 4.5 2.4 9.24 -
YUV 40.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 71 16 87 0.18 0.82 0 0.66 286.48 0.69 0.2
Hex 47 10 57 12 52 0 42 11E 45 14
Octal 107 20 127 22 122 0 102 436 105 24
Binary 1000111 10000 1010111 10010 1010010 0 1000010 100011110 1000101 10100

Color Harmonies of #471057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471057

Black with #471057

Text Example


Text Example

White with #471057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471057; }

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

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

background-color css

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

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

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

border-color css

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

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

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