#473357

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

Shades of Scarlet Gum #473357

Tints of Scarlet Gum #473357

Color information

#473357 (or 0x473357) is unknown color: approx Scarlet Gum. HEX triplet: 47, 33 and 57. RGB value is (71,51,87). Sum of RGB (Red+Green+Blue) = 71+51+87=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #473357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473357 is #B8CCA8. Grayscale: #3C3C3C. Windows color (decimal): -12111017 or 5714759. OLE color: 5714759.

HSL color Cylindrical-coordinate representation of color #473357: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473357 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715187-
CMYK0.180.4100.66
HSL273.33º26.09%27.06%-
HSV(B)273.33º41.38%34.12%-
XYZ5.54.49.58-
YUV61.08142.63135.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=33.97%
G=24.40%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7151870.180.4100.66273.3326.0927.06
Hex47335712290421111a1b
Octal10763127225101024213233
Binary1000111110011101011110010101001010000101000100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473357; }

 p { color: rgb(71,51,87); }

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

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

 a { background-color: rgb(71,51,87); }

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

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

 span { border-color: rgb(71,51,87); }

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