#473453

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

Shades of Scarlet Gum #473453

Tints of Scarlet Gum #473453

Color information

#473453 (or 0x473453) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 53. RGB value is (71,52,83). Sum of RGB (Red+Green+Blue) = 71+52+83=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #473453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473453 is #B8CBAC. Grayscale: #3D3D3D. Windows color (decimal): -12110765 or 5452871. OLE color: 5452871.

HSL color Cylindrical-coordinate representation of color #473453: hue angle of 276.77º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473453 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715283-
CMYK0.140.3700.67
HSL276.77º22.96%26.47%-
HSV(B)276.77º37.35%32.55%-
XYZ5.394.428.75-
YUV61.22140.29134.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=34.47%
G=25.24%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7152830.140.3700.67276.7722.9626.47
Hex473453E25043115171a
Octal10764123164501034252732
Binary100011111010010100111110100101010000111000101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473453; }

 p { color: rgb(71,52,83); }

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

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

 a { background-color: rgb(71,52,83); }

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

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

 span { border-color: rgb(71,52,83); }

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