#471558

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

Shades of Scarlet Gum #471558

Tints of Scarlet Gum #471558

Color information

#471558 (or 0x471558) is unknown color: approx Scarlet Gum. HEX triplet: 47, 15 and 58. RGB value is (71,21,88). Sum of RGB (Red+Green+Blue) = 71+21+88=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #471558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471558 is #B8EAA7. Grayscale: #2B2B2B. Windows color (decimal): -12118696 or 5772615. OLE color: 5772615.

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

Color convert

RGB712188-
CMYK0.190.7600.65
HSL284.78º61.47%21.37%-
HSV(B)284.78º76.14%34.51%-
XYZ4.632.589.49-
YUV43.59153.06147.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 88 (34.77% from 255) = 48.89%
R=39.44%
G=11.67%
B=48.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7121880.190.7600.65284.7861.4721.37
Hex471558134C04111d3d15
Octal107251302311401014357525
Binary10001111010110110001001110011000100000110001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471558; }

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

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

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

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

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

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

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

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