#471861

Color #471861 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #471861

Tints of Scarlet Gum #471861

Color information

#471861 (or 0x471861) is unknown color: approx Scarlet Gum. HEX triplet: 47, 18 and 61. RGB value is (71,24,97). Sum of RGB (Red+Green+Blue) = 71+24+97=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #471861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471861 is #B8E79E. Grayscale: #2E2E2E. Windows color (decimal): -12117919 or 6363207. OLE color: 6363207.

HSL color Cylindrical-coordinate representation of color #471861: hue angle of 278.63º 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 #471861 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB712497-
CMYK0.270.7500.62
HSL278.63º60.33%23.73%-
HSV(B)278.63º75.26%38.04%-
XYZ5.082.8611.59-
YUV46.38156.57145.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=36.98%
G=12.5%
B=50.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7124970.270.7500.62278.6360.3323.73
Hex4718611B4B03E1173c18
Octal10730141331130764277430
Binary1000111110001100001110111001011011111010001011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471861; }

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

 H1.HeaderClassName
 {
   color: #471861;
 }
 .AnyTagClassName
 {
   color: #471861;
 }
</style>
background-color css

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

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

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

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

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

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