#471065

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

Shades of Scarlet Gum #471065

Tints of Scarlet Gum #471065

Color information

#471065 (or 0x471065) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 65. RGB value is (71,16,101). Sum of RGB (Red+Green+Blue) = 71+16+101=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #471065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471065 is #B8EF9A. Grayscale: #292929. Windows color (decimal): -12119963 or 6623303. OLE color: 6623303.

HSL color Cylindrical-coordinate representation of color #471065: hue angle of 278.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471065 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7116101-
CMYK0.300.8400.60
HSL278.82º72.65%22.94%-
HSV(B)278.82º84.16%39.61%-
XYZ5.132.6512.55-
YUV42.14161.22148.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=37.77%
G=8.51%
B=53.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71161010.300.8400.60278.8272.6522.94
Hex4710651E5403C1174917
Octal107201453612407442711127
Binary10001111000011001011111010101000111100100010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471065; }

 p { color: rgb(71,16,101); }

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

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

 a { background-color: rgb(71,16,101); }

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

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

 span { border-color: rgb(71,16,101); }

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