#471454

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

Shades of Scarlet Gum #471454

Tints of Scarlet Gum #471454

Color information

#471454 (or 0x471454) is unknown color: approx Scarlet Gum. HEX triplet: 47, 14 and 54. RGB value is (71,20,84). Sum of RGB (Red+Green+Blue) = 71+20+84=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #471454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471454 is #B8EBAB. Grayscale: #2A2A2A. Windows color (decimal): -12118956 or 5510215. OLE color: 5510215.

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

Color convert

RGB712084-
CMYK0.150.7600.67
HSL287.81º61.54%20.39%-
HSV(B)287.81º76.19%32.94%-
XYZ4.452.488.63-
YUV42.54151.4148.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 84 (33.20% from 255) = 48%
R=40.57%
G=11.43%
B=48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7120840.150.7600.67287.8161.5420.39
Hex471454F4C0431203e14
Octal107241241711401034407624
Binary1000111101001010100111110011000100001110010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471454; }

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

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

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

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

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

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

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

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