#473358

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

Shades of Scarlet Gum #473358

Tints of Scarlet Gum #473358

Color information

#473358 (or 0x473358) is unknown color: approx Scarlet Gum. HEX triplet: 47, 33 and 58. RGB value is (71,51,88). Sum of RGB (Red+Green+Blue) = 71+51+88=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #473358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473358 is #B8CCA7. Grayscale: #3D3D3D. Windows color (decimal): -12111016 or 5780295. OLE color: 5780295.

HSL color Cylindrical-coordinate representation of color #473358: hue angle of 272.43º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473358 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715188-
CMYK0.190.4200.65
HSL272.43º26.62%27.25%-
HSV(B)272.43º42.05%34.51%-
XYZ5.544.419.79-
YUV61.2143.13134.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=33.81%
G=24.29%
B=41.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7151880.190.4200.65272.4326.6227.25
Hex473358132A0411101b1b
Octal10763130235201014203333
Binary1000111110011101100010011101010010000011000100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473358; }

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

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

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

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

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

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

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

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