#471D5D

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

Shades of Scarlet Gum #471D5D

Tints of Scarlet Gum #471D5D

Color information

#471D5D (or 0x471D5D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1D and 5D. RGB value is (71,29,93). Sum of RGB (Red+Green+Blue) = 71+29+93=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #471D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D5D is #B8E2A2. Grayscale: #303030. Windows color (decimal): -12116643 or 6102343. OLE color: 6102343.

HSL color Cylindrical-coordinate representation of color #471D5D: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471D5D is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB712993-
CMYK0.240.6900.64
HSL279.38º52.46%23.92%-
HSV(B)279.38º68.82%36.47%-
XYZ5.013.0110.67-
YUV48.85152.91143.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=36.79%
G=15.03%
B=48.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7129930.240.6900.64279.3852.4623.92
Hex471D5D18450401173418
Octal107351353010501004276430
Binary10001111110110111011100010001010100000010001011111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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