#736571

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

Shades of Old Lavender #736571

Tints of Old Lavender #736571

Color information

#736571 (or 0x736571) is unknown color: approx Old Lavender. HEX triplet: 73, 65 and 71. RGB value is (115,101,113). Sum of RGB (Red+Green+Blue) = 115+101+113=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 115 - color contains mainly: red. Hex color #736571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736571 is #8C9A8E. Grayscale: #6A6A6A. Windows color (decimal): -9214607 or 7431539. OLE color: 7431539.

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

Color convert

RGB115101113-
CMYK00.120.020.55
HSL308.57º6.48%42.35%-
HSV(B)308.57º12.17%45.1%-
XYZ14.714.1417.58-
YUV106.55131.64134.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=34.95%
G=30.70%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510111300.120.020.55308.576.4842.35
Hex7365710C23713562a
Octal163145161014267465652
Binary1110011110010111100010110010110111100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736571; }

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

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

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

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

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

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

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

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