#473254

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

Shades of Scarlet Gum #473254

Tints of Scarlet Gum #473254

Color information

#473254 (or 0x473254) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 54. RGB value is (71,50,84). Sum of RGB (Red+Green+Blue) = 71+50+84=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #473254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473254 is #B8CDAB. Grayscale: #3C3C3C. Windows color (decimal): -12111276 or 5517895. OLE color: 5517895.

HSL color Cylindrical-coordinate representation of color #473254: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473254 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715084-
CMYK0.150.4000.67
HSL277.06º25.37%26.27%-
HSV(B)277.06º40.48%32.94%-
XYZ5.344.268.93-
YUV60.15141.46135.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=34.63%
G=24.39%
B=40.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7150840.150.4000.67277.0625.3726.27
Hex473254F28043115191a
Octal10762124175001034253132
Binary100011111001010101001111101000010000111000101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473254; }

 p { color: rgb(71,50,84); }

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

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

 a { background-color: rgb(71,50,84); }

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

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

 span { border-color: rgb(71,50,84); }

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