#847383

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

Shades of Old Lavender #847383

Tints of Old Lavender #847383

Color information

#847383 (or 0x847383) is unknown color: approx Old Lavender. HEX triplet: 84, 73 and 83. RGB value is (132,115,131). Sum of RGB (Red+Green+Blue) = 132+115+131=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847383 is #7B8C7C. Grayscale: #797979. Windows color (decimal): -8096893 or 8614788. OLE color: 8614788.

HSL color Cylindrical-coordinate representation of color #847383: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847383 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132115131-
CMYK00.130.010.48
HSL303.53º6.88%48.43%-
HSV(B)303.53º12.88%51.76%-
XYZ19.7418.8124.06-
YUV121.91133.13135.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=34.92%
G=30.42%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211513100.130.010.48303.536.8848.43
Hex8473830D130130730
Octal204163203015160460760
Binary10000100111001110000011011011110000100110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847383; }

 p { color: rgb(132,115,131); }

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

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

 a { background-color: rgb(132,115,131); }

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

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

 span { border-color: rgb(132,115,131); }

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