#471761

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

Shades of Scarlet Gum #471761

Tints of Scarlet Gum #471761

Color information

#471761 (or 0x471761) is unknown color: approx Scarlet Gum. HEX triplet: 47, 17 and 61. RGB value is (71,23,97). Sum of RGB (Red+Green+Blue) = 71+23+97=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #471761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471761 is #B8E89E. Grayscale: #2D2D2D. Windows color (decimal): -12118175 or 6362951. OLE color: 6362951.

HSL color Cylindrical-coordinate representation of color #471761: hue angle of 278.92º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471761 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB712397-
CMYK0.270.7600.62
HSL278.92º61.67%23.53%-
HSV(B)278.92º76.29%38.04%-
XYZ5.062.8211.59-
YUV45.79156.9145.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=37.17%
G=12.04%
B=50.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7123970.270.7600.62278.9261.6723.53
Hex4717611B4C03E1173e18
Octal10727141331140764277630
Binary1000111101111100001110111001100011111010001011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471761; }

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

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

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

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

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

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

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

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