#471D61

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

Shades of Scarlet Gum #471D61

Tints of Scarlet Gum #471D61

Color information

#471D61 (or 0x471D61) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1D and 61. RGB value is (71,29,97). Sum of RGB (Red+Green+Blue) = 71+29+97=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #471D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D61 is #B8E29E. Grayscale: #313131. Windows color (decimal): -12116639 or 6364487. OLE color: 6364487.

HSL color Cylindrical-coordinate representation of color #471D61: hue angle of 277.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471D61 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB712997-
CMYK0.270.7000.62
HSL277.06º53.97%24.71%-
HSV(B)277.06º70.1%38.04%-
XYZ5.23.0811.63-
YUV49.31154.91143.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=36.04%
G=14.72%
B=49.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7129970.270.7000.62277.0653.9724.71
Hex471D611B4603E1153619
Octal10735141331060764256631
Binary1000111111011100001110111000110011111010001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,97); }

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

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

 a { background-color: rgb(71,29,97); }

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

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

 span { border-color: rgb(71,29,97); }

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