#471B65

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

Shades of Scarlet Gum #471B65

Tints of Scarlet Gum #471B65

Color information

#471B65 (or 0x471B65) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1B and 65. RGB value is (71,27,101). Sum of RGB (Red+Green+Blue) = 71+27+101=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #471B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B65 is #B8E49A. Grayscale: #303030. Windows color (decimal): -12117147 or 6626119. OLE color: 6626119.

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

Color convert

RGB7127101-
CMYK0.300.7300.60
HSL275.68º57.81%25.1%-
HSV(B)275.68º73.27%39.61%-
XYZ5.343.0612.62-
YUV48.59157.58143.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=35.68%
G=13.57%
B=50.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71271010.300.7300.60275.6857.8125.1
Hex471B651E4903C1143a19
Octal10733145361110744247231
Binary1000111110111100101111101001001011110010001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B65; }

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

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

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

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

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

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

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

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