#734969

Color #734969 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #734969

Tints of Salt Box #734969

Color information

#734969 (or 0x734969) is unknown color: approx Salt Box. HEX triplet: 73, 49 and 69. RGB value is (115,73,105). Sum of RGB (Red+Green+Blue) = 115+73+105=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #734969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734969 is #8CB696. Grayscale: #595959. Windows color (decimal): -9221783 or 6900083. OLE color: 6900083.

HSL color Cylindrical-coordinate representation of color #734969: hue angle of 314.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734969 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11573105-
CMYK00.370.090.55
HSL314.29º22.34%36.86%-
HSV(B)314.29º36.52%45.1%-
XYZ129.4314.55-
YUV89.21136.91146.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=39.25%
G=24.91%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310500.370.090.55314.2922.3436.86
Hex73496902593713a1625
Octal16311115104511674722645
Binary1110011100100111010010100101100111011110011101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734969; }

 p { color: rgb(115,73,105); }

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

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

 a { background-color: rgb(115,73,105); }

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

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

 span { border-color: rgb(115,73,105); }

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