#736471

Color #736471 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #736471

Tints of Old Lavender #736471

Color information

#736471 (or 0x736471) is unknown color: approx Old Lavender. HEX triplet: 73, 64 and 71. RGB value is (115,100,113). Sum of RGB (Red+Green+Blue) = 115+100+113=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #736471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736471 is #8C9B8E. Grayscale: #696969. Windows color (decimal): -9214863 or 7431283. OLE color: 7431283.

HSL color Cylindrical-coordinate representation of color #736471: hue angle of 308º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736471 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB115100113-
CMYK00.130.020.55
HSL308º6.98%42.16%-
HSV(B)308º13.04%45.1%-
XYZ14.6113.9517.55-
YUV105.97131.97134.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=35.06%
G=30.49%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510011300.130.020.553086.9842.16
Hex7364710D23713472a
Octal163144161015267464752
Binary1110011110010011100010110110110111100110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736471; }

 p { color: rgb(115,100,113); }

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

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

 a { background-color: rgb(115,100,113); }

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

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

 span { border-color: rgb(115,100,113); }

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