#837383

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

Shades of Old Lavender #837383

Tints of Old Lavender #837383

Color information

#837383 (or 0x837383) is unknown color: approx Old Lavender. HEX triplet: 83, 73 and 83. RGB value is (131,115,131). Sum of RGB (Red+Green+Blue) = 131+115+131=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837383 is #7C8C7C. Grayscale: #797979. Windows color (decimal): -8162429 or 8614787. OLE color: 8614787.

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

Color convert

RGB131115131-
CMYK00.1200.49
HSL300º6.5%48.24%-
HSV(B)300º12.21%51.37%-
XYZ19.5918.7324.05-
YUV121.61133.3134.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=34.75%
G=30.50%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111513100.1200.493006.548.24
Hex8373830C03112c730
Octal203163203014061454760
Binary10000011111001110000011011000110001100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837383; }

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

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

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

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

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

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

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

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