#471554

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

Shades of Scarlet Gum #471554

Tints of Scarlet Gum #471554

Color information

#471554 (or 0x471554) is unknown color: approx Scarlet Gum. HEX triplet: 47, 15 and 54. RGB value is (71,21,84). Sum of RGB (Red+Green+Blue) = 71+21+84=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #471554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471554 is #B8EAAB. Grayscale: #2A2A2A. Windows color (decimal): -12118700 or 5510471. OLE color: 5510471.

HSL color Cylindrical-coordinate representation of color #471554: hue angle of 287.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471554 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB712184-
CMYK0.150.7500.67
HSL287.62º60%20.59%-
HSV(B)287.62º75%32.94%-
XYZ4.472.528.64-
YUV43.13151.06147.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=40.34%
G=11.93%
B=47.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7121840.150.7500.67287.626020.59
Hex471554F4B0431203c15
Octal107251241711301034407425
Binary1000111101011010100111110010110100001110010000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471554; }

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

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

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

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

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

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

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

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