#471262

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

Shades of Scarlet Gum #471262

Tints of Scarlet Gum #471262

Color information

#471262 (or 0x471262) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 62. RGB value is (71,18,98). Sum of RGB (Red+Green+Blue) = 71+18+98=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #471262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471262 is #B8ED9D. Grayscale: #2A2A2A. Windows color (decimal): -12119454 or 6427207. OLE color: 6427207.

HSL color Cylindrical-coordinate representation of color #471262: hue angle of 279.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471262 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711898-
CMYK0.280.8200.62
HSL279.75º68.97%22.75%-
HSV(B)279.75º81.63%38.43%-
XYZ5.022.6511.8-
YUV42.97159.06148-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=37.97%
G=9.63%
B=52.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7118980.280.8200.62279.7568.9722.75
Hex4712621C5203E1184517
Octal107221423412207643010527
Binary10001111001011000101110010100100111110100011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471262; }

 p { color: rgb(71,18,98); }

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

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

 a { background-color: rgb(71,18,98); }

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

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

 span { border-color: rgb(71,18,98); }

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